===== Exp (Function) ===== ==== Format ==== **exp** ( [[numericexpressions|numeric_expression]] ) returns [[floatexpressions|float_expression]] ==== Description ==== Returns the base of the natural logarithm //e// (approx: 2.718282) raised to the specified power. This is the inverse of the [[log|Log]] function. ==== Example ==== print exp(1) print exp(log(10)) will print 2.718282 10 ==== See Also ==== {{page>en:start#Mathematics&noheader}} ==== History ==== |0.9.6.51|New To Version|