Exp function

Exponential function that calculates the result of base e raised to the power designated by expression.

exponent = Exp(expression)

The Exp function has the following parameters.

ParameterDescription
expressionMust evaluate to a numeric value. Exp calculates the value of base e raised to the power designated in expression.

The value returned by Exp is calculated according to the following formula:

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

* Assigns the value of 54.5981 to the variable identifier result.

test_value = 4

result = Exp(test_value)
  • guides/programming/programmers_reference_manual/exp.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1