Skip to content

Commit

Permalink
Fix Pangu
Browse files Browse the repository at this point in the history
  • Loading branch information
Linho1219 authored Sep 24, 2024
1 parent fe56aa1 commit f45cb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ for (let i = 1; i <= 70; i++) {
console.log(p); // 1.197857166996989e+100
```

现在支持大整数了,就可以算了,浏览器的开发者工具运行下面代码,就OK
现在支持大整数了,就可以算了,浏览器的开发者工具运行下面代码,就 OK

```javascript
let p = 1n;
Expand Down

0 comments on commit f45cb0b

Please sign in to comment.