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