Absolute Value - Represents the distance from one point to another on the number line. Absolute value is always returns a positive number.
Syntax:
ABS(number)
number represents what you are taking the absolute value of.
Examples:
ABS(-35) will return 35
ABS(23) will return 23
ABS(0) will return 0
Screen Shot:
Tuesday, June 10, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment