Function Entry: VLE-TAN

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

Function Entry: VLE-TAN

Name

vle-tan

Class

BricsCAD VLE Library Function

Syntax

(vle-tan x)

Arguments and Values

  • x any integer or double number (except PI*0.5 and multiples,
  • where (cos x) is 0.0)

Description

returns the tangent of x

Return Values

the tangent of x

Examples

(vle-tan 0.5) =>
0.546302

Availability

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

Source Notes