cfunction (math/cbrt x) Returns the cube root of x.
(math/pow 10 3) # => 1000 (math/cbrt 1000) # => 10