Description
Returns the absolute value of a number
Example
Find the absolute value for -3
abs(-3)
Syntax
abs(number)
Parameters
Type | Description |
---|---|
Number | The number to find the absolute value for |
Returns the absolute value of a number
Find the absolute value for -3
abs(-3)
abs(number)
Type | Description |
---|---|
Number | The number to find the absolute value for |
Post your comment on this topic.