Name | exp() |
||
---|---|---|---|
Examples |
v1 = exp(1.0) print(v1) # Prints "2.7182817459106445" | ||
Description | Returns Euler's number e (2.71828...) raised to the power of the n parameter. | ||
Syntax | exp(n) | ||
Parameters |
|
Updated on Mon Sep 21 15:53:25 2020.
If you see any errors or have comments, please let us know.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License