From 9c28f099a26fa539ea99573699941d67404329a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 1 Sep 2021 20:59:17 -0700 Subject: [PATCH] remove specific range --- SPEC.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/SPEC.md b/SPEC.md index c26f7be..e66c43f 100644 --- a/SPEC.md +++ b/SPEC.md @@ -243,11 +243,10 @@ It's up to individual implementations to determine how to represent KDL numbers. Implementations MUST support number values representable as IEEE754 floating -point numbers. That is, all implementations must support at least the numbers -between `-(2^53 - 1)` and `2^53 - 1`. Larger or smaller values MAY error, or -be represented as `Infinity`, or `NaN`, or any other value of the -implementation's choosing. If you want to reliably represent numbers outside -of this range, use the `string` type to represent them. +point numbers. Larger or smaller values MAY error, or be represented as +`Infinity`, or `NaN`, or any other value of the implementation's choosing. If +you want to reliably represent numbers outside of this range, use the `string` +type to represent them. There are four syntaxes for Numbers: Decimal, Hexadecimal, Octal, and Binary.