Sponsored Content
The Lounge What is on Your Mind? Where to find higher consulting rates? Post 302497522 by apierce on Thursday 17th of February 2011 12:22:21 PM
Old 02-17-2011
Which companies limit the number of layers? Any recommendations? Now that you mention the 401k, if a company can offer a higher % of the bill rate AND 401k, insurance, etc... that would be great!! What about other "full-time" perks like regular pay periods?
 

3 More Discussions You Might Find Interesting

1. AIX

Scan Rates

Dear Gurus, Can any one advice about the normal limits for the Page scanning rates on the AIX platforms, i am having enormous values for the scan rate along the hour it may reache 3000 pages/sec. Regards, Negm (2 Replies)
Discussion started by: Negm
2 Replies

2. Cybersecurity

Virus/Malware Uptake Rates

Hi. I'm trying to get information about the rates at which viruses and malware infect computers. Let's say that Mr. Dastardly Developer discovers an exploitable flaw, writes a virus to take advantage of it, and releases the virus. Assuming that a large-scale attack method is chosen (Facebook,... (2 Replies)
Discussion started by: treesloth
2 Replies

3. Hardware

BackBlaze article on HDD failure rates.

Very interesting. One for the pros here... Hard Drive Failure Rates: The Results from 68,813 Hard Drives (3 Replies)
Discussion started by: wisecracker
3 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 03:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy