BigFloat.mul

Returns the product of two BigFloat values.

You can also use the * operator on BigFloat values.

Syntax

BigFloat.mul(a, b, env?)

Parameters

Return value

A new BigFloat.

Examples

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