Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

0.7.1 Release

Compare
Choose a tag to compare
@castarco castarco released this 01 Apr 09:38
· 83 commits to master since this release

Bugfixes:

  • Fixes on mod, ceil and floor.
  • Trigonometric functions:
    • Infinite values handling.
    • Real values out of domain handling.
  • pow method:
    • Infinite values handling.
    • pows of negative values (but there is extra work to do yet: mainly with rational exponents, see #22).