Skip to content

Commit

Permalink
Editorial: Explicitly note mathematical values
Browse files Browse the repository at this point in the history
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
littledan committed Mar 10, 2018
1 parent 0e1b4c2 commit 635f7eb
Showing 1 changed file with 116 additions and 105 deletions.
Loading

0 comments on commit 635f7eb

Please sign in to comment.