abs: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<h2 style="color:#000066">'''abs ''x'''''</h2> | <h2 style="color:#000066">'''abs ''x'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' |
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<h2 style="color:#000066">'''abs ''x'''''</h2> | <h2 style="color:#000066">'''abs ''x'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' |
Operand types:
x: Number
Type of returned value:
Description:
Absolute value of x.
Example:
_a = abs -3 ..........Result is 3