Query: cbrt
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CBRT(3) BSD Library Functions Manual CBRT(3)NAMEcbrt -- cube root functionSYNOPSIS#include <math.h> double cbrt(double x);DESCRIPTIONThe cbrt() function computes the cube root of x.SPECIAL VALUEScbrt(+-0) returns +-0. cbrt(+-infinity) returns +-infinity.SEE ALSOmath(3), matherr(3), sqrt(3)STANDARDSThe cbrt() function conforms to ISO/IEC 9899:1999(E).BSDJanuary 21, 2003 BSD
Related Man Pages |
---|
cbrtf(3) - debian |
cbrtl(3) - suse |
cbrtl(3) - freebsd |
sqrtl(3) - freebsd |
sqrtf(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Running q-shell commands( on IBM-i Series) from cygwin terminal (on windows) |
Perl:: mass replacement of converting C code formats to tgmath.h |