-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added functionallity #6
base: main
Are you sure you want to change the base?
Conversation
Added Sin/Cos/Exp/Ln
SHL overload for BigInteger SinCos, ArcTan2, Tan
ArcTan Fixed Ln loosing frac of initial float Removed debug-rounds
You need to remove the DCU file and I would like to see some unit tests. |
Uploaded DCU after last bigger Update 😓 |
I did a quick test of the sin function vs the Windows calculator. Looking at your function you are using some constants like Which is probably introducing the inaccuracy. |
Added Sin/Cos/Exp/Ln
Added To*String