Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Nonanti/MathFlow

Tags

v2.1.0

Toggle v2.1.0's commit message
Release v2.1.0: Improve overflow handling and add comprehensive tests

- Replace silent infinity returns with explicit OverflowException
- Add overflow detection during calculations
- Expand test coverage with edge cases
- Update documentation for breaking changes
- Bump version to 2.1.0

v2.0.0

Toggle v2.0.0's commit message
Release v2.0.0 - Major Update

## New Features
- Complex number support integrated with expression parser
- Enhanced polynomial factoring (quadratic, cubic, special forms)
- New ODE solver methods: RungeKutta2 and Adams-Bashforth
- Rational function integration with partial fractions
- Extended symbolic integration capabilities

## Improvements
- Removed inline comments for cleaner, more professional code
- Better error handling and validation
- Performance optimizations in precision calculations
- Extended test coverage (131 tests passing)

## Added Classes
- ComplexExpression for complex number handling
- PolynomialFactoring for advanced factoring
- SymbolicIntegration for symbolic calculus
- Matrix and MatrixOperations for linear algebra
- Plotter for ASCII function visualization

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0 - Arbitrary Precision Support

v1.0.0

Toggle v1.0.0's commit message
Add package icon for NuGet