Brass Core Plugins

e/exp

Returns the natural logarithmic base specified by the constant e, or e raised to the specified power.

Syntax

e()
e(power)

Remarks

The value of the constant e is 2.7182818284590452354.

Example

.echoln e() ; Outputs 2.718...