Skip to content

Ccmath v0.1.0 Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rinzii Rinzii released this 02 Mar 23:21
· 586 commits to main since this release
867fc9d

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

  • @Rinzii made their first contribution in #1

Full Changelog: https://github.com/Rinzii/ccmath/commits/v0.1.0