CBRT(3) Linux Programmer's Manual CBRT(3)NAMEcbrt - cube root functionSYNOPSIS#include <math.h> double cbrt(double x);DESCRIPTIONThe cbrt() function returns the cube root of x. This function cannot fail; every representable real value has a representable real cube root.CONFORMING TOcbrt is a GNU extension.SEE ALSOsqrt(3), pow(3) 1995-09-16 CBRT(3)
| Related Man Pages |
|---|
| cbrtf(3) - linux |
| cbrt(3) - debian |
| cbrtl(3) - centos |
| cbrt(3) - suse |
| cbrt(3) - x11r4 |
| 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 |