Skip to content

Fintamath v0.7.0-alpha

Compare
Choose a tag to compare
@fintarin fintarin released this 29 Oct 07:33
· 184 commits to master since this release

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))