Calculate the natural exponent.
The exp returns the natural exponent (the inverse of the natural logarithmic function) raised to the power of the number (ex), where e = 2.71828. The result is a real number.
Examples
(expt base power)
(log number)
(log10 number)
(sqrt number)
LISP Compatibility
Programming Overview of LISP (LISt Processing) Language