JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

math/pow

core-api


    cfunction
    src/core/math.c on line 306, 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