Penguin

CBRT

CBRT

NAME SYNOPSIS DESCRIPTION CONFORMING TO SEE ALSO


NAME

cbrt - cube root function

SYNOPSIS

#include 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)


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.