Skip to content

Releases: ZERICO2005/quadmath_cpp

Version 2.1

Choose a tag to compare

@ZERICO2005 ZERICO2005 released this 05 Mar 18:23

Changes:

  • Fixed quiet comparisons isless islessequal isgreater isgreaterequal
  • Added a few C23 functions such as iseqsig and issubnormal
  • exp10 was removed since its naive implementation is likely not useful
  • sinhcosh was removed since it is non-standard
  • Added the option to bring quadmath_cpp into the std:: namespace

Version 2.0

Choose a tag to compare

@ZERICO2005 ZERICO2005 released this 04 Mar 19:33

Changes:

  • Fixed quiet comparisons isless islessequal isgreater isgreaterequal
  • Added a few C23 functions such as iseqsig and issubnormal
  • exp10 was removed since its naive implementation is likely not useful
  • sinhcosh was removed since it is non-standard

Version 1.0

Choose a tag to compare

@ZERICO2005 ZERICO2005 released this 18 Feb 03:26
df15dc3

Wraps <quadmath.h> functions so they can be used in C++