Syntax: abs(value)
Description: Returns the absolute positive value of value.
Group: matrix
Note:
Example:
abs(-5) = 5abs(2) = 2abs(3 + 4I) = 5
Also see: sign, angle
Implemented in: LambdaABS.java