1.2.1 • Published 2 years ago
@xpjs/big-number v1.2.1
big-number
使用
import bigjs from "@xpjs/big-number";
console.log(bigjs(9).div(3).mod(2).plus(5).times(6).toNumber());// 36
具体用法参考bigjs
big-number
import bigjs from "@xpjs/big-number";
console.log(bigjs(9).div(3).mod(2).plus(5).times(6).toNumber());// 36
具体用法参考bigjs