JanetDocsPlaygroundI'm feeling luckyGitHub sign in

math/exp2



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

    (math/exp2 x)

    Returns 2 to the power of x.


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