Function Entry: TAN

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: TAN

Name

tan

Class

BricsCAD Extension Function

Syntax

(tan ang)

Description

Returns the tangent of an angle in radians. AutoCAD users compute as (/ (sin x) (cos x)).

Return Values

Vendor-defined; see Source Notes.

Side Effects

Vendor-defined.

Examples

Not documented in the BricsCAD-Specific LISP Functions catalogue page.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

See Also

  • AutoCAD has no tan. Portable AutoLISP code uses (/ (sin x) (cos x)).

Source Notes