Sponsored Content
The Lounge What is on Your Mind? How much snow do you have where you are? Post 302098698 by sysgate on Wednesday 6th of December 2006 03:48:24 AM
Old 12-06-2006
No snow in Sofia, Bulgaria, just a few little tiny snowflakes Smilie
 

4 More Discussions You Might Find Interesting

1. OS X (Apple)

MacPorts on Snow Leopard

Hello everyone. I was previously using MacPorts 1.8 on Mac OS 10.5.8 without any problems and everything was working well. I recently upgraded to Xcode 3.2 and Mac OS 10.6, since then my MacPorts installation has not been working at all. I deleted it and then reinstalled the .dmg from the... (1 Reply)
Discussion started by: HoldenCaulfield
1 Replies

2. OS X (Apple)

Alpine 2 on Snow Leopard

I've just installed Alpine on Snow Leopard but can't seem to get a default spell checker configured for it. What happened to spell? I can't find it at all on 10.6, must have been some changes. Does anyone know about the default unix spell checker on SL? Thanks! (0 Replies)
Discussion started by: platz
0 Replies

3. OS X (Apple)

Installing Oracle 10g on Snow Leopard using this tutorial

This tutorial. Which is a lovely tutorial, really, and was working up until this instruction: Now download db.zip installation archive and place it somewhere and unzip it: mkdir Install cd Install # download db.zip to this directory unzip db.zip cd db/Disk1 I didn't know how to... (1 Reply)
Discussion started by: khayraB
1 Replies

4. OS X (Apple)

Problem with mail attachment in Snow Leopard

Hi, We have few scripts that are run through jobs . It sends us daily reports (using mailx). This was working fine in Leopard. But in Snow Leopard there is problem with the attachments.Neither the attachment name is being displayed correctly(all it displays is "Mail Attachment") nor the format... (1 Reply)
Discussion started by: adash
1 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 04:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy