-
Notifications
You must be signed in to change notification settings - Fork 46
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
The next step #154
Comments
If this method could take Decimal there would be a possibiliyy of hitting overflow - Decimal's fields are numbers |
I'm pretty sure he means to add functionality up to 10^^(10^^(2^1024))... |
I mean to be able to use a decimal for layer instead of a number, bringing the max from 10^^1e308 to true infinity. |
This isn't the goal of this project |
#46 |
Decimal.fromComponents(1,new Decimal("1e5"),100)
The text was updated successfully, but these errors were encountered: