Skip to content

Releases: Carlover101/equation-solver

Eqsolve - V1.0.1

13 Nov 14:08
477cce4
Compare
Choose a tag to compare
  • 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

09 Mar 00:48
9e112f7
Compare
Choose a tag to compare
  • A duplicate of the eqsolvcarlover101 project on PyPI.

eqsolvcarlover101 - V1.4

03 Mar 21:41
3957328
Compare
Choose a tag to compare
  • A duplicate of the eqsolvcarlover101 project on PyPI.

eqsolvcarlover101 - V1.3.1

01 Mar 17:19
8cf3cb8
Compare
Choose a tag to compare
  • A duplicate of the eqsolvcarlover101 project on PyPI.

eqsolvcarlover101 - V1.3

01 Mar 17:07
fae4d89
Compare
Choose a tag to compare
  • A duplicate of the eqsolvcarlover101 project on PyPI.

eqsolvcarlover101 - V1.2.1

22 Feb 17:25
d50cdc8
Compare
Choose a tag to compare
  • A duplicate of the V1.2.1 release of the eqsolvcarlover101 package on PyPI.

eqsolvcarlover101 - V1.1.2

17 Feb 18:32
f2919b7
Compare
Choose a tag to compare
  • Duplicate of the release published on PyPI

EQ Solver V2.1 - Deprecated

26 Jan 19:07
6180050
Compare
Choose a tag to compare
  • Fixed issue where y-intercept was incorrect when using equation.slopeint()

EQ Solver V2.0 - Deprecated

26 Jan 19:05
768dd07
Compare
Choose a tag to compare
  • Added ability to find slope-intercept equations.

EQ Solver V1.0 - Deprecated

26 Jan 19:03
4b4f777
Compare
Choose a tag to compare
  • Added the ability to solve quadratic equations.