Returns a {@code BigDecimal} whose value is the absolute valueof this {@code BigDecimal}, and whose scale is {@code this.scale()}.
@return {@code abs(this)}
Returns NaN if either real or imaginary part is NaN and Double.POSITIVE_INFINITY if neither part is NaN, but at least one part takes an infinite value.
Return the absolute value of this complex number. Returns {@code NaN} if either real or imaginary part is {@code NaN}and {@code Double.POSITIVE_INFINITY} if neither part is {@code NaN}, but at least one part is infinite.
@return the absolute value.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.