diff options
Diffstat (limited to 'doc/0/0-value.md')
| -rw-r--r-- | doc/0/0-value.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/0/0-value.md b/doc/0/0-value.md index 050d003..3485b00 100644 --- a/doc/0/0-value.md +++ b/doc/0/0-value.md @@ -30,7 +30,7 @@ returned by FP operations. This is convenient, because it means we can simply use them to represent themselves in Zisp. Infinity values may also be returned by FP operations, and we want them to also -exit in Zisp, so they also represent themselves. +exist in Zisp, so they also represent themselves. Beyond those four bit patterns, all values with a maximum exponent (all bits set) are fair game for representing other values, so `2^53 - 4` possibilities. |
