Abs

From WikiManual
Revision as of 00:36, 25 December 2005 by Numsgil (talk | contribs) (Removed double link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Operators:

Basic Commands:

add & sub
mult & div
rnd
*
mod
sgn
abs

Absolute Value UNARY

Returns the absolute value of the top value on the stack. Absolute value is defined as:

x abs

is

x if x >= 0
-x if x < 0