Discuss Scratch

tyjinw1
Scratcher
100+ posts

break infinity

can you add break infinity.js so i can make never ending idle games and after you did that can you add a
break infinity
block with a checkmark or without a checkmark and the default one is without a checkmark
Za-Chary
Scratcher
1000+ posts

break infinity

What would this block do?
Tunde123
Scratcher
1000+ posts

break infinity

Couldn't you just use this block?
tyjinw1
Scratcher
100+ posts

break infinity

Za-Chary wrote:

What would this block do?
the block will change if you can break infinity or not
Za-Chary
Scratcher
1000+ posts

break infinity

tyjinw1 wrote:

Za-Chary wrote:

What would this block do?
the block will change if you can break infinity or not
And what specifically does it mean to “break infinity”?
k0d3rrr
Scratcher
1000+ posts

break infinity

I also agree with the person above. Just a coincidence, just a coincidence.
What does the block mean by “breaking infinity”?
tyjinw1
Scratcher
100+ posts

break infinity

Za-Chary wrote:

tyjinw1 wrote:

Za-Chary wrote:

What would this block do?
the block will change if you can break infinity or not
And what specifically does it mean to “break infinity”?
like you can have a variable more than 1.7977e+308
k0d3rrr
Scratcher
1000+ posts

break infinity

tyjinw1 wrote:

Za-Chary wrote:

tyjinw1 wrote:

Za-Chary wrote:

What would this block do?
the block will change if you can break infinity or not
And what specifically does it mean to “break infinity”?
like you can have a variable more than 1.7977e+308
There's no such number above infinity (unless you count an infinity of infinities, but that's (mostly) impossible)
And correct me if I'm wrong.
7salad3salad
Scratcher
1000+ posts

break infinity

tyjinw1 wrote:

Za-Chary wrote:

tyjinw1 wrote:

Za-Chary wrote:

What would this block do?
the block will change if you can break infinity or not
And what specifically does it mean to “break infinity”?
like you can have a variable more than 1.7977e+308
so like infinity+1 and infinity+2
sussy_baka1234567890
Scratcher
38 posts

break infinity

I agree! I am tired of the basic google calculator numbers, I prefur bignum.
yavuz61035
Scratcher
500+ posts

break infinity

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
tyjinw1
Scratcher
100+ posts

break infinity

yavuz61035 wrote:

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
yes that you can go to like 1e1e1e1e1e1e1e1e9857495749573295873951985757198787877666
oxiti8
Scratcher
1000+ posts

break infinity

yavuz61035 wrote:

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
Easy workaround would be to catch each time infinity occurs, then roll back the main counter to 0, effectively resulting in X*Infinity + Y
sussy_baka1234567890
Scratcher
38 posts

break infinity

oxiti8 wrote:

yavuz61035 wrote:

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
Easy workaround would be to catch each time infinity occurs, then roll back the main counter to 0, effectively resulting in X*Infinity + Y
but the workaround is confusing!
historical_supa
Scratcher
1000+ posts

break infinity

sussy_baka1234567890 wrote:

oxiti8 wrote:

yavuz61035 wrote:

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
Easy workaround would be to catch each time infinity occurs, then roll back the main counter to 0, effectively resulting in X*Infinity + Y
but the workaround is confusing!
Wait, how is that confusing?
sussy_baka1234567890
Scratcher
38 posts

break infinity

historical_supa wrote:

sussy_baka1234567890 wrote:

oxiti8 wrote:

yavuz61035 wrote:

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
Easy workaround would be to catch each time infinity occurs, then roll back the main counter to 0, effectively resulting in X*Infinity + Y
but the workaround is confusing!
Wait, how is that confusing?
it is hard to code in, this is why we need that Block!
historical_supa
Scratcher
1000+ posts

break infinity

sussy_baka1234567890 wrote:

historical_supa wrote:

sussy_baka1234567890 wrote:

oxiti8 wrote:

yavuz61035 wrote:

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
Easy workaround would be to catch each time infinity occurs, then roll back the main counter to 0, effectively resulting in X*Infinity + Y
but the workaround is confusing!
Wait, how is that confusing?
it is hard to code in, this is why we need that Block!
I don't think it's that hard. You just have to detect if a variable's infinity, and then just roll it back to 0.
tyjinw1
Scratcher
100+ posts

break infinity

historical_supa wrote:

sussy_baka1234567890 wrote:

historical_supa wrote:

sussy_baka1234567890 wrote:

oxiti8 wrote:

yavuz61035 wrote:

i know what this means, by “breaking infinity” they mean to go past the float number limit (2^1024 or 1.7977e+308)

normally going past that with float would result you with Infinity. but by using bignum you can go past that limit (for example being able to do 2e+310)


also, support because could help endless idle projects
Easy workaround would be to catch each time infinity occurs, then roll back the main counter to 0, effectively resulting in X*Infinity + Y
but the workaround is confusing!
Wait, how is that confusing?
it is hard to code in, this is why we need that Block!
I don't think it's that hard. You just have to detect if a variable's infinity, and then just roll it back to 0.
but i want costs breaking 2^1024 too
CoconutGator
Scratcher
1000+ posts

break infinity

If this did get added, why would it be a block and not just be how numbers work?
k0d3rrr
Scratcher
1000+ posts

break infinity

…Bump?

Powered by DjangoBB