hpux man page for cbrtf

Query: cbrtf

OS: hpux

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
cbrt(3m) - hpux
cbrtf(3m) - hpux
cbrtl(3m) - hpux
sqrt(3m) - hpux
sqrtl(3m) - hpux
Similar Topics in the Unix Linux Community
Annex Terminal Server