Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Explanation for Operations Function Meanings
- Tommy100
-
100+ posts
Explanation for Operations Function Meanings
There's always been that block in operations that completes a function. But what do they stand for? All I see is acronyms and stuff. I might need one of them so someone please help. 

- ShadowScizor
-
100+ posts
Explanation for Operations Function Meanings
((a) mod (b))//modulus (remainder of a/b)If you do not understand sine, cosine, tangent, logarithm, you will probably learn them soon in your math class
([abs v] of ())//absoloute value (make number positive)
([floor v] of ())//round down
([ceiling v] of ())//round up
([sqrt v] of ())//square root
([sin v] of ())//sine
([cos v] of ())//cosine
([tan v] of ())//tangent
([asin v] of ())//inverse sine
([acos v] of ())//inverse cosine
([atan v] of ())//inverse tangent
([ln v] of ())//natural logarithm
([log v] of ())//logarithm

Last edited by ShadowScizor (March 29, 2015 02:00:32)
- Tommy100
-
100+ posts
Explanation for Operations Function Meanings
Okay! Yes, I don't understand those mathematical terms (sine, cosine, tangent, etc.) Thanks!((a) mod (b))//modulus (remainder of a/b)If you do not understand sine, cosine, tangent, logarithm, you will probably learn them soon in your math class
([abs v] of ())//absoloute value (make number positive)
([floor v] of ())//round down
([ceiling v] of ())//round up
([sqrt v] of ())//square root
([sin v] of ())//sine
([cos v] of ())//cosine
([tan v] of ())//tangent
([asin v] of ())//inverse sine
([acos v] of ())//inverse cosine
([atan v] of ())//inverse tangent
([ln v] of ())//natural logarithm
([log v] of ())//logarithm

- Discussion Forums
- » Help with Scripts
-
» Explanation for Operations Function Meanings