Skip to content

Commit 8714803

Browse files
authored
Update definition of notional range in chapter 5
Clarified the definition of the notional range of Int64 and removed unnecessary text.
1 parent 615bdf5 commit 8714803

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

better-code/src/chapter-5-types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ when the have the same value.
5050

5151
## Range
5252

53-
We call set of (non-negative) mathematical integers the **notional
53+
We call the set of mathematical integers the **notional
5454
range** of `Int64`. At a high level, we program as though types can
5555
represent all members of their notional range, but because memory is
5656
finite and for performance reasons, a type's **range**—the set of
@@ -64,7 +64,6 @@ results. Approximation is very difficult to specify and work with, so
6464
a representability precondition is almost always the preferred
6565
approach.
6666

67-
6867
The value of a `Point2D`
6968
instance is directly represented by the values of its stored `x` and
7069
`y` properties.

0 commit comments

Comments
 (0)