Skip to content

Releases: ZERICO2005/quadmath_cpp

Version 2.1

05 Mar 18:23

Choose a tag to compare

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

04 Mar 19:33

Choose a tag to compare

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

18 Feb 03:26
df15dc3

Choose a tag to compare

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