function/EXP                                                     function/EXP
 
 NAME
     EXP -- Raises constant e to the given power
 
 ABBREVIATION
     e <shift> X

 SYNOPSIS
     EXP(<power>)

 FUNCTION
     Returns the value of the mathematical constant e (2.71828183) raised to 
     the power of <power>.
 
 INPUTS
     <power> - power (number)
 
 RESULT
     Raises constant e to the given power.

 EXAMPLES
     None
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     LOG()