Fix typo
This commit is contained in:
parent
7d08c22329
commit
d3e17f0293
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ Multiple hosts may be specified using a comma, allowing you to set `allow_origin
|
|||
|
||||
## 64 bit integers in JavaScript
|
||||
|
||||
JavaScript does not support 64 bit integers. All numbers are stored as 64 bit floating point values. The mantisse of a 64 bit floating point
|
||||
JavaScript does not support 64 bit integers. All numbers are stored as 64 bit floating point values. The mantissa of a 64 bit floating point
|
||||
number is only 53 bit and that is why all integer numbers bigger than 53 bit may cause problems in JavaScript.
|
||||
|
||||
## Errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue