πSmallInt
smallInt
Example
const { SmallInt } = require('coreplus')('smallInt');
const smallNumber = new SmallInt(0.2);
console.log(+smallNumber);
console.log(+smallNumber.plus(0.1));
smallNumber.add(0.137);
console.log(+smallNumber);0.2
0.3
0.337Use
Prototype
Operation
Last updated