aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-07 21:49:37 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-07 21:49:37 -0400
commitaeee2d9921766bccf5d6c8d3ba2459ad257adfe8 (patch)
treeb350a3553b6e5f64f743bcfc5a49d12378e3825d
parentd79850ba364d14f931e8cf75c7aff5dfbc41b8a1 (diff)
Fix reference implementation comment saying numbers are IEEE (they don't have to be)
-rw-r--r--spec/reference.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/reference.bqn b/spec/reference.bqn
index 124b5dd9..31230ad6 100644
--- a/spec/reference.bqn
+++ b/spec/reference.bqn
@@ -12,7 +12,7 @@
#⌜
# LAYER 0: Assumed functionality
-# IEEE 754, except NaN results cause an error and -0 is converted to 0.
+# Arithmetic on the implementation-defined number system
# LIMITED to the stated cases and atomic arguments.
+ # Add
- # Negate Subtract