Returns the floating-point remainder of two BigFloat values.
The quotient is truncated to the nearest integer with ties to even.
BigFloat.remainder(a, b, env?)
a
The dividend BigFloat.
b
The divisor BigFloat.
env optional
The floating point environment. If not specified, the current global environment is used. See BigFloatEnv.
A new BigFloat.
BigFloat.remainder(10.5l, 3l)
-1.5
BigFloat.remainder(1.245l, 3l)
1.245
BigFloat.remainder(1.245l, 3l, new BigFloatEnv(16))
1.2449951171875