Changes 506 B

12345678910111213141516171819202122
  1. Revision history for Perl extension Math::Sidef.
  2. 0.05 2021-11-06
  3. - Added the Quadratic(), Quaternion(), Gauss(), Mod(), Poly() and Fraction() constructors.
  4. 0.04 2021-04-15
  5. - Fixed the support for functions that return multiple values (like `divmod`).
  6. 0.03 2021-01-19
  7. - Increased the required version of Sidef to 3.97.
  8. 0.02 2021-01-18
  9. - Pack values returned from callback subroutines (fixes `dirichlet_sum`).
  10. 0.01 2020-12-04
  11. - First release.