Discuss Scratch

CoderAdrayel_ALT
Scratcher
2 posts

Is there anyone who wants this block?

I feel like this block would be very useful for some projects with some math formulas
… how about

(() ^ ())
(() !)

Last edited by CoderAdrayel_ALT (May 9, 2026 23:26:43)

eikh2
Scratcher
1000+ posts

Is there anyone who wants this block?

Continue discussing an exponent block here.
0_009
Scratcher
1000+ posts

Is there anyone who wants this block?

I think these are bitwise operators. If so, no support because it's too complicated for most kids to understand
0_009
Scratcher
1000+ posts

Is there anyone who wants this block?

eikh2 wrote:

Continue discussing an exponent block here.
But since he included ()! block in his suggestion, I think it is a bitwise operator.

60 seconds nooooooooo
ZippyZebraZoom85749
Scratcher
100+ posts

Is there anyone who wants this block?

0_009 wrote:

I think these are bitwise operators. If so, no support because it's too complicated for most kids to understand
([atan v] of (9)::operators)
CrazyCoder93
Scratcher
22 posts

Is there anyone who wants this block?

0_009 wrote:

If so, no support because it's too complicated for most kids to understand
There are sin, tan, and cos options, among other things, that children won't know, but they're included anyway. I feel that these blocks could also be implemented.
Pi_master31
Scratcher
500+ posts

Is there anyone who wants this block?

CrazyCoder93 wrote:

0_009 wrote:

If so, no support because it's too complicated for most kids to understand
There are sin, tan, and cos options, among other things, that children won't know, but they're included anyway. I feel that these blocks could also be implemented.
Yeah, those are actually more confusing than the suggested blocks in my opinion.
some1atskool
Scratcher
100+ posts

Is there anyone who wants this block?

As doey guy said, there is already an exponent block topic. However, a factorial block…

I see no use for it, but someone somewhere may.
dinoparty0
Scratcher
1000+ posts

Is there anyone who wants this block?

CrazyCoder93 wrote:

0_009 wrote:

If so, no support because it's too complicated for most kids to understand
There are sin, tan, and cos options, among other things, that children won't know, but they're included anyway. I feel that these blocks could also be implemented.
The sin and cos is actually quite useful in moving in a certain direction. Individually instead of steps.
medians
Scratcher
1000+ posts

Is there anyone who wants this block?

0_009 wrote:

eikh2 wrote:

Continue discussing an exponent block here.
But since he included ()! block in his suggestion, I think it is a bitwise operator.

60 seconds nooooooooo
It could also be a factorial block
Ngn5
Scratcher
22 posts

Is there anyone who wants this block?

it should go in the “abs of ()” block, imo.

([factorial v] of (5)::operators) // this returns 120, because 120 = 1 x 2 x 3 x 4 x 5

it's essentially the same as..

((5) * ((4) * ((3) * ((2) * (1)))))

…but more compact.
Parkour_Champion
Scratcher
100+ posts

Is there anyone who wants this block?

Yeah factorial though using this block is a bit confusing…
((Yay)!)
yeah I don't think people will know that does something not just funny ! mark at the end
Haycat2009
Scratcher
100+ posts

Is there anyone who wants this block?

Maybe a gamma function would work better than a factorial. They are the same thing with a different notation, and it also accepts decimals and negative numbers. A factorial might be confusing, like “hey why can’t I find 4.5!” But a gamma function solves that.

After all, we have to avoid syntax errors if we can.
I_wantasheep
Scratcher
1000+ posts

Is there anyone who wants this block?

Haycat2009 wrote:

Maybe a gamma function would work better than a factorial. They are the same thing with a different notation, and it also accepts decimals and negative numbers. A factorial might be confusing, like “hey why can’t I find 4.5!” But a gamma function solves that.

After all, we have to avoid syntax errors if we can.
what even is gamma

Powered by DjangoBB