Function Entry: ASIN

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

Function Entry: ASIN

Name

asin

Class

BricsCAD Extension Function

Syntax

(asin num)

Description

Returns the arc sine of a number, in radians.

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 asin. Portable code uses (atan x (sqrt (- 1.0 (* x x)))).

Source Notes