Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Exp function value = (base e)**(expression).

See also

PWR() functionLN() functionSQRT() function

Example

Code Block
* Assigns the value of 54.5981 to the variable identifier result.
test_value = 4
result = Exp(test_value)