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

    Parameters

    • x: bigint
    • y: number
    • scaleDigits: number = 9

    Returns bigint