Ccmath v0.1.0 Beta Release
Pre-release
Pre-release
What's Changed
- Complete all of basic module (remquo is currently on hold)
- Complete addition of doxygen documentation with all of basic module
- Add function abs()
- Add function fdim()
- Add function fma()
- Add function fmod()
- Add function max()
- Add function min()
- Add function remainder()
- Partial add function remquo()
- Add function fpclassify()
- Add function isfinite()
- Add function isinf()
- Add function isnan()
- Add function signbit()
Notes
- Remquo has only limited support currently. Due to technical difficulties ccmath only supports remquo() with GCC 7.1+ due to technical problems in the implementation process. Full support is being pushed back to a later release once the library has matured further.
New Contributors
Full Changelog: https://github.com/Rinzii/ccmath/commits/v0.1.0