You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BigDecimalMath package has several disadvantages to the project, including:
Under-optimal trigonometry computational time
Redundant functionalities in the package
Inaccuracy in our methods of usages
Restrictive GNU license
With the above concerns, it is necessary to implement our own methods in our own calculation package and be independent from using RJM's BigDecimalMath package.
TODO List:
Found custom Big Decimal mathematics library under calc package.
Implement taylor series expansion function and trig functions
Implement a better way of doing trigonometric functions and other functions involving Taylor series.
The BigDecimalMath package has several disadvantages to the project, including:
With the above concerns, it is necessary to implement our own methods in our own calculation package and be independent from using RJM's BigDecimalMath package.
TODO List:
calc
package.The text was updated successfully, but these errors were encountered: