tc39 / proposal-bigint-math

Draft specification for supporting BigInts in JavaScript’s Math methods.
https://tc39.es/proposal-bigint-math/
BSD 3-Clause "New" or "Revised" License
36 stars 2 forks source link

Claim about "Web Performance API" #15

Closed jakobkummerow closed 2 years ago

jakobkummerow commented 2 years ago

The README.md states:

BigInts are important for a myriad of mathematical, financial, and scientific applications (such as in the Web Performance API)

Can you substantiate that claim? I see no mention of BigInts in the overview or documentation, and searching doesn't turn up any related hits either.

Or maybe there are other quotable examples from this supposed "myriad"?

js-choi commented 2 years ago

Thanks for this catch. I had switched the Web Performance API with Node.js’s process.hrtime.bigint().

I will need to fix this sometime.