Skip to content

v1.0.1 - Momentum and Torque, package optimization

Compare
Choose a tag to compare
@pjazdzyk pjazdzyk released this 25 Jun 16:57
· 86 commits to master since this release

CHANGE LOG (25.06.2023):

  • new units: Torque, Momentum,
  • flattened packages, grouped by unit family,
  • added toStringWithRelevantDigits() to allow user get formatted output with specified number of relevant digits
  • added isEqualsWithPrecision() method to enable possibility to check for equality from the business perspective
  • toString() is now standard non formatted toString()
  • minor refactoring and code cleaning