Fixed point math constants #1544
Labels
good first issue
Suitable for newcomers
improvement
Enhancement of an existing component
lang: c++
Done in C++ code
Required Skills: C++
Difficulty: Easy
It would be nice to have common math constants like
pi
defined using our fixed-point implementation, so that they can be used in fixed-point calculations with deterministic outcome. Floating point constants are already implemented here.Tasks:
Further Reading
The text was updated successfully, but these errors were encountered: