Function Entry: EXP
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: EXP
Name
exp
Class
Function
Syntax
(exp num)
Arguments and Values
num: integer or real, the exponent to which the natural constanteis raised.
Description
Returns e raised to the power num (the natural antilogarithm).
Return Values
A real number.
Side Effects
None.
Examples
(exp 1.0)returns2.71828.(exp 2.2)returns9.02501.(exp -0.4)returns0.67032.
Availability
- AutoCAD 2026: documented.
- BricsCAD V26: presumed compatible.
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [exp (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-FD0C918B-A162-4939-9F4E-FFE8863C3FC8.htm)
- Status: documented (Phase 3 body fill).