Discuss Scratch
- Discussion Forums
- » Suggestions
- » Is there anyone who wants this block?
- 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
… how about
(() ^ ())
(() !)
Last edited by CoderAdrayel_ALT (May 9, 2026 23:26:43)
- 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 

- ZippyZebraZoom85749
-
Scratcher
100+ 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
([atan v] of (9)::operators)
- CrazyCoder93
-
Scratcher
22 posts
Is there anyone who wants this block?
If so, no support because it's too complicated for most kids to understandThere 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?
Yeah, those are actually more confusing than the suggested blocks in my opinion.If so, no support because it's too complicated for most kids to understandThere 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.
- 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.
I see no use for it, but someone somewhere may.
- dinoparty0
-
Scratcher
1000+ posts
Is there anyone who wants this block?
The sin and cos is actually quite useful in moving in a certain direction. Individually instead of steps.If so, no support because it's too complicated for most kids to understandThere 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.
- Ngn5
-
Scratcher
22 posts
Is there anyone who wants this block?
it should go in the “abs of ()” block, imo.
it's essentially the same as..
…but more compact.
([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.
After all, we have to avoid syntax errors if we can.
- I_wantasheep
-
Scratcher
1000+ 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.what even is gamma
After all, we have to avoid syntax errors if we can.
- Discussion Forums
- » Suggestions
-
» Is there anyone who wants this block?