MikeLankamp / fpm

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

fix: cosine won't compile with rounding disabled #66

Closed grimaldini closed 2 months ago

grimaldini commented 2 months ago

The alias in the cosine function doesn't respect the rounding parameter. This PR fixes that.

MikeLankamp commented 2 months ago

Thanks for the fix!