Function Entry: MINUSP
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: MINUSP
Name
minusp
Class
Function
Syntax
(minusp number)
Description
Tests whether a number is negative.
Return Values
- T if the number is negative
- nil otherwise
Side Effects
None.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [Arithmetic Functions Reference (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/FRA/AutoCAD-AutoLISP-Reference/files/GUID-FC14467C-63B9-4400-8C6A-266D21C846AE.htm)
- Status: documented by Autodesk's arithmetic reference table.