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 5fca18c commit 3cc4320Copy full SHA for 3cc4320
docs/number.md
@@ -168,7 +168,7 @@ Number.isInteger(3e-324) // false
168
// 同样由于精度问题,即使是比`Number.MIN_VALUE`略小的数也会被判为 5e-324。
169
```
170
171
-因此,在金融、天文等领域的数据精度要求较高、判断值是否整数的情况下,不建议使用`Number.isInteger()`原生函数,请使用以下包含正则的函数惊醒处理:
+因此,在金融、天文等领域的数据精度要求较高、判断值是否整数的情况下,不建议使用`Number.isInteger()`原生函数,请使用以下包含正则的函数进行处理:
172
173
```javascript
174
0 commit comments