1.8.0
This release adds the following functions:
abs()
: equivalent toMath.abs()
.equal()
: equivalent to the==
operator.lessThan()
: equivalent to the<
operator.greaterThan()
: equivalent to the>
operator.equalizeDecimals()
: equalize the decimals of the passedDnum
values.