Skip to content

1.8.0

Compare
Choose a tag to compare
@bpierre bpierre released this 14 Nov 19:58
· 89 commits to main since this release
d6d8bc6

This release adds the following functions:

  • abs(): equivalent to Math.abs().
  • equal(): equivalent to the == operator.
  • lessThan(): equivalent to the < operator.
  • greaterThan(): equivalent to the > operator.
  • equalizeDecimals(): equalize the decimals of the passed Dnum values.