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