cbrt

ABSTRACT

Applies the cube root function to a given input number.

PARAMETERS
xthe input number
RETURN

the cube root of the input number

DECLARATION
func cbrt(x)