Login
|
Sign Up
AutoLISP Function Detail
Name:
abs
Syntax:
(abs
num
)
Description:
Returns the Absolute value of the number.
Example(s):
(abs -19.56)
19.56