Documents
Writing Docs Gigedit SFZ Instrument Scripts NKSP Language NKSP Reference

exp()

Calculates and returns e (the base of the natural logarithm) raised by passed power.

That base e is also available as built-in constant ~NI_MATH_E.

Function Prototype

exp(power)

Arguments

Argument Name Data Type Description
power Real Number e will be raised by the power of this value.
[required]

Return Value

Data Type Description
Real Number e raised by passed power.

Remarks

This functions accepts any standard unit and finalness for its argument power. The return value's standard unit and finalness is identical to the passed power's one.

Examples

None yet.

See also

round(), log(), sqrt(), pow(), sin()

Availability

Since LinuxSampler 2.1.1.svn14.

Document Updated:  2019-09-16  |  Author:  Christian Schoenebeck