Skip to content

Commit

Permalink
fix typo / algorithm name
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Jan 23, 2024
1 parent 4d0fa12 commit 2ea597e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>Math.sum ( ..._args_ )</h1>
1. If _state_ is ~minus-infinity~, return *-∞*<sub>𝔽</sub>.
1. If _state_ is ~minus-zero~, return *-0*<sub>𝔽</sub>.
1. Return 𝔽(_sum_).
1. NOTE: The value of _sum_ can be computed without arbitrary-precision arithmetic by a variety of algoirthms. One such is the "Expansion Sum" algorithm given in <i>Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates</i> by Jonathan Richard Shewchuk.
1. NOTE: The value of _sum_ can be computed without arbitrary-precision arithmetic by a variety of algorithms. One such is the "Grow-Expansion" algorithm given in <i>Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates</i> by Jonathan Richard Shewchuk.
</emu-alg>
<p>The *"length"* property of this function is *2*<sub>𝔽</sub>.</p>
</emu-clause>

0 comments on commit 2ea597e

Please sign in to comment.