securityos/node_modules/ecma-proposal-math-extensions/reference-implementation
Berkeley 927854894b First commit 2024-09-06 12:32:35 -03:00
..
README.md First commit 2024-09-06 12:32:35 -03:00
index.js First commit 2024-09-06 12:32:35 -03:00

README.md

Math Extensions Reference Implementation

The reference implementation is meant to be a line-by-line transcription of the specification from ECMASpeak into JavaScript, as much as is possible.

Its purpose is to provide a 100%-fidelity implementation to run tests against in order to check the spec logic. In particular, it is not intended be a usable implementation or polyfill.