Manpages

Manpage of CBRT

CBRT

Section: Linux Programmer's Manual (3 )
Updated: 1995-09-16
Index
Return to Main Contents
 

NAME

cbrt - cube root function  

SYNOPSIS

#include <math.h>

double cbrt ( double x );
 

DESCRIPTION

The cbrt() function returns the cube root of x. This function cannot fail; every representable real value has a representable real cube root.  

CONFORMING TO

cbrt is a GNU extension.  

SEE ALSO

sqrt(3), pow(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 04:50:44 GMT, April 27, 2024