Skip to content

Math.Exp

Name Mandatory Description Default Type
⬅️ Input The input float or sequence of floats to use as the exponent for the base e exponential function. FloatFloat2Float3Float4Color[Any]
Output ➡️ Outputs the result of the exponential operation. FloatFloat2Float3Float4Color[Any]

This shard calculates the exponential function with base e (Euler's number) for the given input. The exponential function is equivalent to raising Euler's number to the power of the input.

Examples

1
2
0.0 | Math.Exp | Log
Assert.Is(1.0 Break: true)

[info] [sample-wire] 1