Skip to content

Commit

Permalink
Change ℝ(A) = ℝ(B) to ℝ(x) equals ℝ(y)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Apr 17, 2021
1 parent 0c4963e commit 980e5b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 id="Loose_equality_using">Loose equality using ==</h2>
<tbody>
<tr>
<td><code>A&nbsp;===&nbsp;B</code></td>
<td><code>ℝ(A)&nbsp;=&nbsp;ℝ(B)</code></td>
<td><code>ℝ(A)&nbsp;equals&nbsp;ℝ(B)</code></td>
<td><code>A&nbsp;===&nbsp;ToNumber(B)</code></td>
<td><code>A&nbsp;===&nbsp;ToNumber(B)</code></td>
<td><code>A&nbsp;==&nbsp;ToPrimitive(B)</code></td>
Expand All @@ -122,7 +122,7 @@ <h2 id="Loose_equality_using">Loose equality using ==</h2>
</thead>
<tbody>
<tr>
<td><code>ℝ(A)&nbsp;=&nbsp;ℝ(B)</code></td>
<td><code>ℝ(A)&nbsp;equals&nbsp;ℝ(B)</code></td>
<td><code>A&nbsp;===&nbsp;B</code></td>
<td><code>A&nbsp;===&nbsp;StringToBigInt(B)</code></td>
<td><code>A&nbsp;==&nbsp;ToNumber(B)</code></td>
Expand Down

0 comments on commit 980e5b4

Please sign in to comment.