Derivasians / Calculatte

A simple to use numerical Java calculus library.
https://derivasians.github.io/Calculatte
Apache License 2.0
1 stars 0 forks source link

Add basic limit functionality #1

Closed SoupyzInc closed 3 years ago

SoupyzInc commented 3 years ago

The limit(), leftLimit(), and rightLimit() functions currently works under ideal conditions. Two unit tests have been made to test the limit of a normal function, limitOfXSquaredAtXEquals2(), and the limit of a function at a removable discontinuity, limitOfXSquaredAtXEquals2().

That said, more testing needs to be done for edge cases.