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
- [vle-tan (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vletan.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).