abs(x)

Returns the absolute value of a number as an integer.


xThe number you want the absolute of.

REMARKS
* No prefix required - Core
* The absolute value of a number is the number without its sign.
* The argument may be an integer, a floating point number, or an object implementing __abs__().
* If the argument is a complex number, its magnitude is returned.
* You can use FABS
* The equivalent VBA function is ABS

?? 

© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top