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

Remove rounding #6

Closed SoupyzInc closed 7 months ago

SoupyzInc commented 3 years ago

Removing all internal rounding as Calculatte cannot guarantee error as described in issue #5.

Note that this PR will only accomplish the temporary solution in issue #5 of removing rounding and will not guarantee error or precision in any calculations.