JanetDocsPlaygroundI'm feeling luckyGitHub sign in

math/exp



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

    (math/exp x)

    Returns e to the power of x.


1 exampleSign in to add an example
Loading...
(math/exp 1)  # => 2.71828
math/e        # => 2.71828
cellularmitosisPlayground