CBRT
NAME SYNOPSIS DESCRIPTION CONFORMING TO SEE ALSO
cbrt - cube root function
#include x );
The cbrt() function returns the cube root of x. This function cannot fail; every representable real value has a representable real cube root.
cbrt is a GNU extension.