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
Code | Returns |
---|---|
(exp 0) | 1.00000 |
(exp 2) | 7.38906 |
(exp -3.2) | 0.0407622 |
(exp pi) | 23.1407 |
Tell me about...
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |