Unexpected result when working with mod() in big-integer.js library

后端 未结 0 1554
迷失自我
迷失自我 2020-11-29 19:35

I wrote the bellow code using javascript language:

var a=bigInt(-16).mode(19);
console.log(a);

trying to get this number: 3 But

相关标签:
回答
  • 消灭零回复
提交回复
热议问题