Query: cbrtf
OS: osx
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); long double cbrtl(long double x); float cbrtf(float x);DESCRIPTIONThe cbrt() function computes the cube root of x.SPECIAL VALUEScbrt(+-0) returns +-0. cbrt(+-infinity) returns +-infinity.SEE ALSOmath(3), sqrt(3)STANDARDSThe cbrt() function conforms to ISO/IEC 9899:2011.BSDDecember 11, 2006 BSD
| Related Man Pages |
|---|
| cbrt(3m) - sunos |
| cbrt(3m) - opensolaris |
| cbrtl(3m) - opensolaris |
| cbrtf(3m) - opensolaris |
| cbrt(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Mac OS X: Based on UNIX - Solid As a Rock |
| Hearing Aid for OSX 10.12.x and greater. |
| My first PERL incarnation... Audio Oscillograph |
| Python: Refer a properties file from different location |