Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

29 lines (26 loc) · 1.14 KB

Development

  • CMakePresets.json
  • Support for unit Ampere

Version 0.3

  • Improved header structure
  • Support for unit Mole
  • Introduction of quantity concepts
  • Trigonometric function atan2
  • Function signbit
  • Unary + operator
  • Support for std::numeric_limits
  • Renaming of angle to planar angle for better distiction from solid angle
  • Recognition of signed char and unsigned char as numbers

Version 0.2

  • Support for unit Kelvin
  • Trigonometric functions sin, cos, tan, asin, acos and atan
  • π-template variables and constants for unit 1 with and without suffix
  • π-template variable for unit rad
  • Removal of π-constants for plain scalar types float, double and long double
  • Removal of superfluous headers for unit literals

Version 0.1

  • Initial release