|
|||||||
|
|
CBRTSection: Linux Programmer's Manual (3)Updated: 1995-09-16 Index Return to Main Contents 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)
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |