Sponsored Content
Full Discussion: binary for 'printf' routines
Top Forums Programming binary for 'printf' routines Post 302227821 by spirtle on Friday 22nd of August 2008 04:15:20 AM
Old 08-22-2008
Quick answer: no.
(At any rate, it is not standard).
 

9 More Discussions You Might Find Interesting

1. Programming

Problems calling external C routines from PL/SQL

Hi everybody! I'm not familiar with C programming in Unix, but I'm trying to make work an example to execute external procedures (developed in C) from PL/SQL. The example includes .c and .pc source files, which I have compiled succesfully. After that, links the .o files into .so to declare... (0 Replies)
Discussion started by: lwnorowski
0 Replies

2. Programming

system calls vs librery routines

can i know what is the differnece between using librery function and system calls for performing any of the operation like read, write and other operations (1 Reply)
Discussion started by: MKSRaja
1 Replies

3. Shell Programming and Scripting

can we use routines of datastage in unix script

Hi all, My aim is to get the log details of datastage job using unix scipt. we know that DSjob are used to get the log details from datastage universe through the adminstrator.can we call that DSjob rountine in our unix script. Thanks in advance Regards, NimmyRaju:) (0 Replies)
Discussion started by: nimmyraju
0 Replies

4. Shell Programming and Scripting

assistance needed to add 2 other routines to my script

Hello guys, In my script, I need to add two other routines where I Manipulate the files with a 'x' The routine looks at CLI named qip-getobjectprof that references a input file named hosts_list.txt Then I use the CLI named qip-setobject to set the orignal name with an 'x'and move the... (3 Replies)
Discussion started by: richsark
3 Replies

5. Shell Programming and Scripting

How to use bench mark module for sub routines in perl?

Hi, I have 2 sub routines for example. use Benchmark 'cmpthese'; sub explicit { print "\n print and calculate\n"; } sub new_per_loop { for (0..4){ print "\n print the loop \n"; } } cmpthese (10_000, { 'Explicit' => &explicit, ... (2 Replies)
Discussion started by: vanitham
2 Replies

6. Shell Programming and Scripting

Please review error routines in my ksh script

The script distributes files from an AIX server using iether ftp or sftp depending on the constraint of the destination server. I am interested in having the error checking routine critically reviewed. I will only include an excerpt from the script concerning error trapping: (where $FTP_OUT is the... (7 Replies)
Discussion started by: peleton
7 Replies

7. Shell Programming and Scripting

Convert binary file to csv and then back to the binary format

Hello *nix specialists, Im working for a non profit organisation in Germany to transport DSL over WLAN to people in areas without no DSL. We are using Linksys WRT 54 router with DD-WRT firmware There are at the moment over 180 router running but we have to change some settings next time. So my... (7 Replies)
Discussion started by: digidax
7 Replies

8. UNIX for Beginners Questions & Answers

How to compile a Datastage Job using Execute Command Stage or Routines in Datastage 11?

I am trying to compile the datastage jobs using the Execute Command stage in datastage 11 or any Routines if possible. My datastage is on Unix machine. So, How can I Compile a datastage job in UNIX from command line or any Routines. Please help me in doing so. Thank you. (1 Reply)
Discussion started by: elena jessi
1 Replies

9. UNIX for Beginners Questions & Answers

MOTIF PW library for file-search routines ???

Hi there. :) I found MOTIF programming code with file dialogs. In the compiling description is the speak of a Libarary PW. This compiling description is mentioned : gcc -o newone test.c -lXm -lXt -lX11 -lPW Has anyone heared about that Library. ? After compiling GCC is asking for... (4 Replies)
Discussion started by: Sennenmut
4 Replies
compound(3M)															      compound(3M)

NAME
compound(), compoundf(), compoundl(), compoundw(), compoundq() - compound interest factor SYNOPSIS
DESCRIPTION
The function computes the compound interest factor: (1 + rate) ** periods is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. is an version of it takes arguments and returns an result. is equivalent to on HP-UX systems. USAGE
To use these functions, compile either with the default option or with the and options. To use or compile also with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. RETURN VALUE
If periods equals zero, returns 1.0. Else, if either argument is a NaN, returns a NaN. Else, if rate is less than -1, returns a NaN and raises the invalid exception. Else, if rate equals -1, is equivalent to Else, if rate equals +INFINITY, is equivalent to Else, if periods is infinite and rate equals zero, returns 1.0. Else, if periods is infinite and rate does not equal zero, is equivalent to returns a properly signed infinity in lieu of a value whose magnitude is too large, and raises the overflow and inexact exceptions. raises the underflow and inexact exceptions whenever a result is tiny (essentially denormal or zero) and thereby suffers loss of accu- racy, and may raise those exceptions if the result is merely tiny. ERRORS
No errors are defined. SEE ALSO
annuity(3M), exp(3M), expm1(3M), pow(3M), math(5). STANDARDS CONFORMANCE
These functions are not specified by any standard. HP Integrity Server Only compound(3M)
All times are GMT -4. The time now is 08:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy