Sven Vogel 9273c738c8 | ||
---|---|---|
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
library.c | ||
library.h |
README.md
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.