MikeLankamp / fpm

C++ header-only fixed-point math library
https://mikelankamp.github.io/fpm
MIT License
672 stars 85 forks source link

Fix for atan2 #62

Closed Franticware closed 7 months ago

Franticware commented 10 months ago

std::atan2(0.0, 0.0) returns 0.0, so fpm::atan2(Fixed(0), Fixed(0)) should return Fixed(0)