JanetDocs
I'm feeling lucky
GitHub sign in
math/exp
cfunction (math/exp x) Returns e to the power of x.
1 example
Sign in to add an example
Loading...
(math/exp 1) # => 2.71828 math/e # => 2.71828
cellularmitosis