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 Tue Feb 27 14:07:12 2024.
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