Abstract
The returned array is the absolute values of the given array. An alias for absolute(arr) function
Function
Method
Property
Signature
- Function
abs(arr)
Returns
- return
- The returned array is the absolute values of the given array.
Arguments
- arr
- The given array.
Details
xxx
Examples
Notes
xxx
See Also
absolute : absolute() is an alias.