Words abs - r3n/rebol-wiki GitHub Wiki

Table of Contents

ABS

Returns the absolute value. ABS is an action value.

Arguments

value -- (Type: number! pair! money! time!)

Description

Returns a positive value equal in magnitude.

print absolute -123

print absolute -1:23

Categories

math Mathematical operations.

See also

- Returns the second value subtracted from the first.
negate Changes the sign of a number.
absolute Returns the absolute value.

Comments

⚠️ **GitHub.com Fallback** ⚠️