Fix link in BigInt

This commit is contained in:
Alexey Pyltsyn 2020-02-10 18:29:17 +03:00 committed by GitHub
parent 10c7807f49
commit cad5a28a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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: This library implements big numbers using its own methods. We can use them instead of native bigints: