The EXP function accepts any number less than
               157.9 and returns e (the base of the natural logarithm) raised to
               that power as a real value. The EXP function is defined as follows:
            
EXP(x) = e**x
The value of the constant e is given under “Common Constants”
               later in this section.