Math.abs methods
| Explanation | Find the absolute value. | |
| Call format | var v = Math.abs (x) | |
| Return value | Returns the absolute value of x in Number | |
| Arguments | Number x | Value for which the absolute value is calculated |
| Exception | None | |
| Example of use | | |
| Related item | ||