abs
| Explanation | Find the absolute value of the number. | |
| Call format | var a = abs (arg) | |
| Return value | Returns the absolute value of the number given by the argument. | |
| Arguments | Number arg | Numerical value for absolute value |
| Exception | None | |
| Example of use | | |
| Related item | sign method | |