NXSL:exp

Revision as of 18:13, 13 September 2022 by AlexKirhenshtein (talk | contribs) (Text replacement - "^" to "{{deprecated}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Returns e (the base of natural logarithms) raised to a power


Syntax

exp(power);


Parameters

power Used to calculate epower.

Return Value

epower expressed as a real number.


Examples

exp(2)		->	7.3890561