JanetDocsPlaygroundI'm feeling luckyGitHub sign in

math/pow



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

    (math/pow a x)

    Returns a to the power of x.


1 exampleSign in to add an example
Loading...
(math/pow 2 8)  # => 256
cellularmitosisPlayground