indutny / bn.js

BigNum in pure javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to compute sqrt?

guotie opened this issue · comments

for example:

sqrt(16)=4
sqrt(100)=10
sqrt(1000)=32 or 31

etc...