Releases: fintarin/Fintamath
Releases · fintarin/Fintamath
Fintamath v0.9.0-alpha
Fintamath v0.8.0-alpha
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
What's Changed
- Simplify Floor and Ceil
Fintamath v0.7.0-alpha
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
The first alpha release. Follow the README for features, usage examples and build instructions.