iabs
iabs(x) ⇒ number
Branchless fast integer Absolute value function. Same as Math.abs(x) but for integer values only. Only valid for integers up to and including 32 bit.
Kind: global function
| Param | Type |
|---|---|
| x | number |
numberBranchless fast integer Absolute value function. Same as Math.abs(x) but for integer values only. Only valid for integers up to and including 32 bit.
Kind: global function
| Param | Type |
|---|---|
| x | number |