Subtracting long numbers in javascript

后端 未结 6 1808
执笔经年
执笔经年 2020-12-02 01:44

Why is q == 0 in the following script?



        
6条回答
  •  抹茶落季
    2020-12-02 02:18

    Jason already posted the why. For a solution, you can get a Javascript BigInt library at http://www-cs-students.stanford.edu/~tjw/jsbn/

提交回复
热议问题