- Found in:
- F4SE
Description
Wiki Description
Calculates e (Euler's number) raised to the given power of afArg1.
Caveats
Parameters
floatarg1
CK Wiki Description
The power to raise e to.
Examples
float a = Math.Exp(0) ; a == 1
float b = Math.Exp(1) ; b == 2.718...
float c = Math.Exp(3) ; c == 20.085...Auto-Generated Example
float myFloat__arg1
float returnedValue = Math.Exp(myFloat__arg1)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
