Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Explicitly note mathematical values
This patch changes math in the ECMAScript specification to be based on a concrete division into mathematical values and Numbers. All numeric values and operations are explicitly either one or the other with this patch. Previously, math took place in mathematical values, based on a system of implicit conversions between these values and Numbers. Closes tc39/proposal-bigint#10
- Loading branch information