-
Notifications
You must be signed in to change notification settings - Fork 7
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
demo page #4
Comments
Your implementation of BigDecimal is really good. Please consider an article on dev.to or medium. |
@munrocket, thanks, but the source code looks scary, some lines are too long, and i do not plan to support this library. |
I think, there are different use cases. Some people may not need math functions at all, and need the best performance, so BigFloat with fixed point arithmetic will be the best and you do not need to have so much code. |
BigFloat doesn’t have division :) |
You mean BigFloat32 maybe. But it not so fast, your BigDecimal is faster for me. |
@munrocket thanks for the link to this library :-) |
No description provided.
The text was updated successfully, but these errors were encountered: