JanetDocsPlaygroundI'm feeling luckyGitHub sign in

math/cbrt



    cfunction
    src/core/math.c on line 283, column 1

    (math/cbrt x)

    Returns the cube root of x.


1 exampleSign in to add an example
Loading...
(math/pow 10 3)   # => 1000
(math/cbrt 1000)  # => 10
cellularmitosisPlayground