Background for Fallout 4
Member of the Math script
floatfunctionExp(floatarg1)NativeGlobal

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.