Fix link in BigInt
This commit is contained in:
parent
10c7807f49
commit
cad5a28a21
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ To emulate such behavior, a polyfill would need to analyze the code and replace
|
|||
|
||||
So, there's no well-known good polyfill.
|
||||
|
||||
Although, the other way around is proposed by the developers of [https://github.com/GoogleChromeLabs/jsbi](JSBI) library.
|
||||
Although, the other way around is proposed by the developers of [JSBI](https://github.com/GoogleChromeLabs/jsbi) library.
|
||||
|
||||
This library implements big numbers using its own methods. We can use them instead of native bigints:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue