It seems the parser is incorrect when parsing fractional number: ``` > jsbi({useNativeBigInt: true}).parse('-0.3333333333333333') Uncaught SyntaxError: Cannot convert -0.3333333333333333 to a BigInt ```