Closed martin-aliverti closed 4 years ago
const bigValue = new bigDecimal(0.00001341); const integer = bigValue.floor();
integer is now -0, instead of 0
Besides the issue, the intent is to obtain the integer part of the number. Is there a better way to achieve that?
Please check with the latest patch v1.2.3. Sorry for the delay in the fix.
integer is now -0, instead of 0
Besides the issue, the intent is to obtain the integer part of the number. Is there a better way to achieve that?