We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns the absolute value of a number, or the numerical value of a number without regard to its sign.
(dos_abs number)
number
The number.
The absolute value if successful.
nil on error.
Command: (dos_abs 3.14) 3.14 Command: (dos_abs -3.14) 3.14
Home Introduction CAD Function Configuration Functions Directory Functions Drive functions File Functions Math Functions Path Functions Printer Functions Process Functions String Functions System Functions User Interface Functions DOSLib Functions History