-
Real.add(double a,
double b)
Returns the result of a + b, without loss of precision.
Returns the result of a + b, without loss of precision.
Returns the result of adding together the components of a and b, inverting each element of b if
negateB is true.
Returns the result of this * scale, without loss of precision.
Real.mul(double a,
double b)
Returns the result of a * b, without loss of precision.
Returns the negative of this number.
Real.sub(double a,
double b)
Returns the result of a - b, without loss of precision.
Returns the result of a - b, without loss of precision.
Returns the result of a + b, without loss of precision.
Returns the result of adding together the components of a and b, inverting each element of b if
negateB is true.
Returns the result of a - b, without loss of precision.