Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Don't know where certain math equations are?
- JamesOuO
-
500+ posts
Don't know where certain math equations are?
I am looking for a math thing used in JavaScript used like this: 10 % 4 = 2 because 2 is the even remainder. Where's the block for that?
Last edited by JamesOuO (Jan. 3, 2014 04:09:37)
- turkey3_test
-
1000+ posts
Don't know where certain math equations are?
(() mod ())Is the block you need! Same as % in JavaScript.
- JamesOuO
-
500+ posts
Don't know where certain math equations are?
Thanks!(() mod ())Is the block you need! Same as % in JavaScript.
- PhirripSyrrip
-
500+ posts
Don't know where certain math equations are?
Sorry for butting in, but doesn't 10 % 4 = 2 ??? I am looking for a math thing used in JavaScript used like this: 10 % 4 = 1 because 1 is the even remainder. Where's the block for that?
Last edited by PhirripSyrrip (Jan. 2, 2014 23:09:23)
- JamesOuO
-
500+ posts
Don't know where certain math equations are?
Wow, I feel like a n idiot. xD thanks, I'll fix that.Sorry for butting in, but doesn't 10 % 4 = 2 ??? I am looking for a math thing used in JavaScript used like this: 10 % 4 = 1 because 1 is the even remainder. Where's the block for that?
- Discussion Forums
- » Questions about Scratch
-
» Don't know where certain math equations are?