Releases: Carlover101/equation-solver
Releases · Carlover101/equation-solver
Eqsolve - V1.0.1
- This package name was changed from eqsolvecarlover101 to eqsolve.
- The new pypi page is located here.
- Two new functions were added:
- eqsolve.intcompound() - Noncontinuously compounding interest.
- eqsolve.contcompound() - Continuously compounding interest.
- All functions were updated to work with Python's default help() function.
- All functions were updated to move away from using input().
eqsolvcarlover101 - V1.5
- A duplicate of the eqsolvcarlover101 project on PyPI.
eqsolvcarlover101 - V1.4
- A duplicate of the eqsolvcarlover101 project on PyPI.
eqsolvcarlover101 - V1.3.1
- A duplicate of the eqsolvcarlover101 project on PyPI.
eqsolvcarlover101 - V1.3
- A duplicate of the eqsolvcarlover101 project on PyPI.
eqsolvcarlover101 - V1.2.1
- A duplicate of the V1.2.1 release of the eqsolvcarlover101 package on PyPI.
eqsolvcarlover101 - V1.1.2
- Duplicate of the release published on PyPI
EQ Solver V2.1 - Deprecated
- Fixed issue where y-intercept was incorrect when using equation.slopeint()
EQ Solver V2.0 - Deprecated
- Added ability to find slope-intercept equations.
EQ Solver V1.0 - Deprecated
- Added the ability to solve quadratic equations.