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

The next step #154

Closed
Unexian opened this issue Mar 15, 2023 · 5 comments
Closed

The next step #154

Unexian opened this issue Mar 15, 2023 · 5 comments

Comments

@Unexian
Copy link

Unexian commented Mar 15, 2023

Decimal.fromComponents(1,new Decimal("1e5"),100)

@jakub791
Copy link

If this method could take Decimal there would be a possibiliyy of hitting overflow - Decimal's fields are numbers

@alemaninc
Copy link

alemaninc commented Mar 16, 2023

I'm pretty sure he means to add functionality up to 10^^(10^^(2^1024))...

@Unexian
Copy link
Author

Unexian commented Mar 16, 2023

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.

@jakub791
Copy link

This isn't the goal of this project

@1231234md5
Copy link

#46
[patashu has an idea bringing the maximum to 10{1.79e308}10, much MUCH larger than 10^^^500. (assuming Decimal can only nest 500 layers),so your idea is only a waste of space.
also you can try omeganum.js, which goes to 10{1000}10.

@Unexian Unexian closed this as completed Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants