Method exp() Method exp float exp(float|int f) Description Return the natural exponential of f. log( exp( x ) ) == x as long as exp(x) doesn't overflow an int. See also pow(), log()