Abstract
The returned array is the absolute values of the given array. An alias for abs(arr) function
Function
Method
Property
Signature
- Function
absolute(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
abs : abs() is an alias.