Exp (number) DescriptionRaises the constant e by the power of the number. The constant e equals 2.71828182845904, the base of the natural logarithm. This function is the inverse of Log. Example<cfoutput> e to the 4 power is: #exp(4)# </cfoutput> |