This repository has been archived on 2024-02-29. You can view files and clone it, but cannot push or open issues or pull requests.
common-math/README.md

4 lines
295 B
Markdown
Raw Permalink Normal View History

2023-06-01 11:21:03 +00:00
# Function-Approximations
Approximations of various mathematical functions for IEEE-754 (2008) floating-point arithmetic written in C.
The approximations are mostly based on taylor series but other "hacked" solutions can be found that drastically increase performance at the cost of precision.