expThe exp function calculates the base-e exponential function of x, which is e raised to the power x: e^x.Syntax`exp( X )` ArgumentsX: A real number, value of the exponent.ResultsExponential value of X.ExamplesThis example returns 54.598:print exp( 4 ) Copy Run in Cribl Search PreviousPreviousNextNext