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 71dfc70 commit 513fc29Copy full SHA for 513fc29
docs/GAS.md
@@ -59,8 +59,8 @@ we can safely pass them in uint64 fields, as long as the full range is
59
supported. This is the case for the C API as well as
60
[JSON numbers](https://www.json.org/) as long as both sides support integers in
61
their JSON implementation. Go and Rust do that while many other implementations
62
-don't support integers numbers and convert to them to IEEE-754 doubles, which
63
-has a safe integer range up about 53 bit (e.g. JavaScript and jq).
+don't support integers, and convert them to IEEE-754 doubles, which has a safe
+integer range up to about 53 bit (e.g. JavaScript and jq).
64
65
<sup>1</sup> Python3: `(2**64-1)/1000 / 10**12`
66
0 commit comments