cfunction src/core/math.c on line 283, column 1 (math/cbrt x) Returns the cube root of x.
(math/pow 10 3) # => 1000 (math/cbrt 1000) # => 10