Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

exp10(3m) [hpux man page]

exp10(3M)																 exp10(3M)

NAME
exp10(), exp10f(), exp10l(), exp10w(), exp10q() - base-10 exponential functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
Integrity Server Only returns is a version of it takes a argument and returns a result. is a version of it takes a argument and returns a result. is an version of it takes an argument 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. To use any of these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
returns 1. If x is +INFINITY, returns +INFINITY. If x is -INFINITY, returns zero. If x is NaN, returns NaN. returns 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 accuracy, and may raise those exceptions if the result is merely tiny. raises the inexact exception whenever a rounded result does not equal the mathematical result. ERRORS
No errors are defined. SEE ALSO
cbrt(3M), exp(3M), exp2(3M), expm1(3M), log10(3M), pow(3M), sqrt(3M), math(5). STANDARDS CONFORMANCE
These functions are not specified by any standard. exp10(3M)

Check Out this Related Man Page

exp10(3M)																 exp10(3M)

NAME
exp10(), exp10f(), exp10l(), exp10w(), exp10q() - base-10 exponential functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
Integrity Server Only returns is a version of it takes a argument and returns a result. is a version of it takes a argument and returns a result. is an version of it takes an argument 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. To use any of these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
returns 1. If x is +INFINITY, returns +INFINITY. If x is -INFINITY, returns zero. If x is NaN, returns NaN. returns 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 accuracy, and may raise those exceptions if the result is merely tiny. raises the inexact exception whenever a rounded result does not equal the mathematical result. ERRORS
No errors are defined. SEE ALSO
cbrt(3M), exp(3M), exp2(3M), expm1(3M), log10(3M), pow(3M), sqrt(3M), math(5). STANDARDS CONFORMANCE
These functions are not specified by any standard. exp10(3M)
Man Page

2 More Discussions You Might Find Interesting

1. Solaris

Crontab

Hi all, I am finding a issue with crontab that whatever the changes I made in the crontab file on the previous day wont be getting replicated today. I saved the editor properly. What would be the reason behind this. For Eg: 03 12 * * * /gdbuat4/backupscripts/dailyexp10g.sh replaced to ... (33 Replies)
Discussion started by: prashanth_gs
33 Replies

2. Shell Programming and Scripting

How to group similar data?

Hello everybody: I want rearrange about 5 million rows (with 300 columns) into groups. Data looks like the following: where there were various experiments (column 2) conducted at different locations (column headers in top row column 4 onwards) in different years (column 1) using instruments... (0 Replies)
Discussion started by: sheetalk
0 Replies