Returns the product of two BigFloat values.
You can also use the * operator on BigFloat values.
BigFloat.mul(a, b, env?)
a
The multiplier BigFloat.
b
The multiplicand BigFloat.
env optional
The floating point environment. If not specified, the current global environment is used. See BigFloatEnv.
A new BigFloat.
123.456l * 0.6l
74.0736
BigFloat.mul(123.456l, 0.6l)
74.0736
BigFloat.mul(123.456l, 0.6l, new BigFloatEnv(16))
74.07421875