OM-E

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - n number or list [default = 1]

Description:

Exponential function.

This function can be applied on numbers or lists.

Ex. (om-e 4) => 54.59815
Ex. (om-e '(3 4)) => (20.085537 54.59815)