Changes for version 1.005 - 2025-01-15

  • Makefile.PL Changes
    • Fix git URL.
  • Internal Changes
    • Update .gitignore and MANIFEST.SKIP.
    • Remove precompile class attribute.
  • Exception Changes
    • Math#frexp method throws an exception if $exp_ref is not defined.
    • Math#frexpf method throws an exception if $exp_ref is not defined.
    • Math#modf method throws an exception if $intpart_ref is not defined.
    • Math#modff method throws an exception if $intpart_ref is not defined.
    • Math#remquo method throws an exception if $quo_ref is not defined.
    • Math#remquof method throws an exception if $quo_ref is not defined.
  • Internal Chnages
    • Use native ctanh function in Math#ctanh method.
    • Use native ctanh function in Math#ctanhf method.

Modules

Mathematical Calculations