Exponentiate

Raises the value of an input parameter by the value of another input parameter.

Table 1. Input Properties
Property Type Description
Factor1 Number
Exponent Number
  • Returns Factor1 at the power of exponent.
  • Returns Factor1 if exponent is null.
  • Returns null if Factor1 is null.