BigNum * x

The * operator creates a new BigNum instance and assigns to it the value of the BigNum multiplied by x. The x value can be a number, a string, or a BigNum. Use bn:mul(value) instead of the * operator where possible for better performance.

Example

result = BigNum.new("9898239498234898") * 3.14159