Skip to content

Releases: fintarin/Fintamath

Fintamath v0.9.0-alpha

10 Jan 08:29
Compare
Choose a tag to compare

What's Changed

  • Use mpfr and gmp as number backends
  • Use git submodules for boost and googletest
  • Improve Expression::approximate accuracy and performance
  • Bug fix

Fintamath v0.8.0-alpha

03 Dec 18:07
Compare
Choose a tag to compare

What's Changed

  • Solve derivative
  • Improve simplification of trigonometric functions (negative angle formulas, double angle formulas)
  • Improve simplification of summation and division
  • Improve simplification of abs, sign, floor, ceil functions
  • Improve simplification of expressions with infinities or zero
  • Improve simplification of expressions with complex numbers

Fintamath v0.7.1-alpha

31 Oct 09:50
Compare
Choose a tag to compare

What's Changed

  • Simplify Floor and Ceil

Fintamath v0.7.0-alpha

29 Oct 07:33
Compare
Choose a tag to compare

What's Changed

  • New trigonometric functions: Sec, Csc, Asec, Acsc
  • New hyperbolic functions: Sech, Csch, Asech, Acsch
  • New number theory functions: Mod, Floor, Ceil
  • MixedFraction
  • New operator overloads (NumberAbstract)
  • Improve trigonometry simplify
  • Improve Expression::approximate
  • Improve Real::toString and Real::setPrecision
  • Fix trigonometric and hyperbolic functions on small and large arguments
  • Fix root(0, x)
  • Fix 1/(1 - tan(x))

Fintamath v0.6.0-alpha

27 Sep 19:54
a3f9597
Compare
Choose a tag to compare

The first alpha release. Follow the README for features, usage examples and build instructions.