We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ea511 commit df8039eCopy full SHA for df8039e
spec/Section 3 -- Type System.md
@@ -450,10 +450,11 @@ encoding integer numbers larger than 32-bit.
450
451
### Float
452
453
-The Float scalar type represents signed double-precision fractional values
454
-as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).
455
-Response formats that support an appropriate double-precision number type
456
-should use that type to represent this scalar.
+The Float scalar type represents signed double-precision finite (i.e., not {NaN}
+or infinity) fractional values as specified by
+[IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). Response formats
+that support an appropriate double-precision number type should use that type to
457
+represent this scalar.
458
459
**Result Coercion**
460
0 commit comments