Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Exp function ====== ==== Applies To ==== Exponential function that calculates the result of base //e// raised to the power designated by //expression//. ==== Description ==== exponent = **Exp**(expression) ==== Parameters ==== The Exp function has the following parameters. ^Parameter^Description^ |//expression//|Must evaluate to a numeric value. Exp calculates the value of base e raised to the power designated in //expression//.| ==== Returns ==== The value returned by Exp is calculated according to the following formula: Exp function value = (base e)%%**%%(expression). ==== See Also ==== [[pwr|PWR() function]], [[ln|LN() function]], [[sqrt|SQRT() function]] ==== Example ==== <code> * Assigns the value of 54.5981 to the variable identifier result. test_value = 4 result = Exp(test_value) </code> guides/programming/programmers_reference_manual/exp.txt Last modified: 2024/06/19 20:20by 127.0.0.1