Multiply a bigint by a JS number using string-based fixed-point to avoid overflow/precision issues. Returns floor(x * y).
Multiply a bigint by a JS number using string-based fixed-point to avoid overflow/precision issues. Returns floor(x * y).