MikeLankamp Fpm Versions Save

C++ header-only fixed-point math library

v1.1.0

2 years ago

Changelog:

  • New feature: allow explicit conversion between different fpm::fixed types
  • New feature: improve accuracy for atan2, asin and acos in edge cases for fpm::fixed types with limited integer bits
  • Fix a C++11 compilation error in fpm/ios.h
  • Fix operator<< for fpm::fixed at its negative limit

v1.0.2

2 years ago

Changelog:

  • Fixes some compilation warnings
  • Fixes the test build on Visual Studio 2019

v1.0.1

4 years ago

Bugfix release.

Changelog:

  • Fix compilation issue on MSVC 2019

v1.0.0

4 years ago

The first official release.