Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cbrtq(3m) [hpux man page]

cbrt(3M)																  cbrt(3M)

NAME
cbrt(), cbrtf(), cbrtl(), cbrtw(), cbrtq() - cube root functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
computes the cube root of x. is a version of it takes a argument and returns a result. Integrity Server Only 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 (for Integrity servers) 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
If x is returns x. If x is NaN, returns NaN. raises the inexact exception whenever a rounded result does not equal the mathematical result. ERRORS
No errors are defined. SEE ALSO
exp(3M), log(3M), pow(3M), sqrt(3M), math(5). STANDARDS CONFORMANCE
: SVID3, XPG4.2, ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') : ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') cbrt(3M)

Check Out this Related Man Page

cbrt(3M)																  cbrt(3M)

NAME
cbrt(), cbrtf(), cbrtl(), cbrtw(), cbrtq() - cube root functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
computes the cube root of x. is a version of it takes a argument and returns a result. Integrity Server Only 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 (for Integrity servers) 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
If x is returns x. If x is NaN, returns NaN. raises the inexact exception whenever a rounded result does not equal the mathematical result. ERRORS
No errors are defined. SEE ALSO
exp(3M), log(3M), pow(3M), sqrt(3M), math(5). STANDARDS CONFORMANCE
: SVID3, XPG4.2, ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') : ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') cbrt(3M)
Man Page