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 constant e is raised.

Description

Returns e raised to the power num (the natural antilogarithm).

Return Values

A real number.

Side Effects

None.

Examples

  • (exp 1.0) returns 2.71828.
  • (exp 2.2) returns 9.02501.
  • (exp -0.4) returns 0.67032.

Availability

  • AutoCAD 2026: documented.
  • BricsCAD V26: presumed compatible.
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.