Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ProcalParser independant from using RJM's BigDecimalMath package #14

Open
2 of 4 tasks
danvim opened this issue Sep 3, 2017 · 0 comments
Open
2 of 4 tasks
Assignees
Milestone

Comments

@danvim
Copy link
Member

danvim commented Sep 3, 2017

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.
  • Angle tables for trigonometric functions (issue Trigo functions computational power-saving implementation #13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants