Closed Adamko23 closed 2 years ago
method "round" returns only positive results, for example: bigDecimal.round(-0.1234, 2); returns 0.12, but not -0.12
Fixed in v1.3.12
method "round" returns only positive results, for example: bigDecimal.round(-0.1234, 2); returns 0.12, but not -0.12