This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-02-25 20:05:43

162597
Scratcher
Registered: 2011-08-17
Posts: 15

What are the operations at the bottom in operators (green)

If I just learn that, I'll know EVERYTHING about scratch. Please post!!!!!


when gf clicked
repeat until <(help) = [10]>
     wait until <(sensor value) = (100)>
     change [help] by (1)
end
say [Thank you so much] for (4) secs

Last edited by 162597 (2012-02-25 20:07:34)


Check me out! I am 162597 and I have a Heim Productions Gallery because that is who I am. (I also have good games) http://www.scratch.mit.edu/users/162597

Offline

 

#2 2012-02-25 20:23:56

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: What are the operations at the bottom in operators (green)

This lists the Operators blocks.  Click one to see what it does.   smile

Offline

 

#3 2012-02-25 22:37:31

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: What are the operations at the bottom in operators (green)

I think he meant what are the individual drop down conditions of the very bottom:

abs   =   absolute value
sqrt  =   square root
sin    =   sine (trigonometric ratio between the hypotenuse and the opposite side of a right triangle)
cos   =   cosine (ratio between hypotenuse and adjacent side of a right triangle)
tan   =   tangent (ratio between adjacent and opposite side of a triangle)
asin   =   arcsine (the angle that goes with the ratio produced by the sine)
acos  =   arccosine (same as above except for cosine)
atan  =   arctangent (same as above except for tangent)
ln      =   natural log (the exponent you put on e to get the specified number)
log    =   log base 10 (the exponent you put on 10 to get the specified number)
e^     =   e to the power of (natural base to any specified power)
10^   =    10 to the power of (10 to any specified power)

Hope that helps!


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#4 2012-02-26 19:20:30

hello12345678910
Scratcher
Registered: 2009-07-11
Posts: 100+

Re: What are the operations at the bottom in operators (green)

AtomicBawm3 wrote:

I think he meant what are the individual drop down conditions of the very bottom:
sin    =   sine (trigonometric ratio between the hypotenuse and the opposite side of a right triangle)
cos   =   cosine (ratio between hypotenuse and adjacent side of a right triangle)
tan   =   tangent (ratio between adjacent and opposite side of a triangle)
asin   =   arcsine (the angle that goes with the ratio produced by the sine)
acos  =   arccosine (same as above except for cosine)
atan  =   arctangent (same as above except for tangent)
Hope that helps!

He may not know trigonometry.
if you don't, just look here and try to understand  tongue


http://tinyurl.com/8yt32o9 http://tinyurl.com/6tgwp5r || Fish = F+I+S+H = 6+9+19+8 = 42<<The answer to Life, the Universe and Everything

Offline

 

#5 2012-02-26 21:27:02

BONGOINC123
Scratcher
Registered: 2011-12-19
Posts: 4

Re: What are the operations at the bottom in operators (green)

AtomicBawm3 wrote:

I think he meant what are the individual drop down conditions of the very bottom:

abs   =   absolute value
sqrt  =   square root
sin    =   sine (trigonometric ratio between the hypotenuse and the opposite side of a right triangle)
cos   =   cosine (ratio between hypotenuse and adjacent side of a right triangle)
tan   =   tangent (ratio between adjacent and opposite side of a triangle)
asin   =   arcsine (the angle that goes with the ratio produced by the sine)
acos  =   arccosine (same as above except for cosine)
atan  =   arctangent (same as above except for tangent)
ln      =   natural log (the exponent you put on e to get the specified number)
log    =   log base 10 (the exponent you put on 10 to get the specified number)
e^     =   e to the power of (natural base to any specified power)
10^   =    10 to the power of (10 to any specified power)

Hope that helps!

Finally, I know everything about Scratch!!!!!

Offline

 

#6 2012-02-26 21:28:52

BONGOINC123
Scratcher
Registered: 2011-12-19
Posts: 4

Re: What are the operations at the bottom in operators (green)

hello12345678910 wrote:

AtomicBawm3 wrote:

I think he meant what are the individual drop down conditions of the very bottom:
sin    =   sine (trigonometric ratio between the hypotenuse and the opposite side of a right triangle)
cos   =   cosine (ratio between hypotenuse and adjacent side of a right triangle)
tan   =   tangent (ratio between adjacent and opposite side of a triangle)
asin   =   arcsine (the angle that goes with the ratio produced by the sine)
acos  =   arccosine (same as above except for cosine)
atan  =   arctangent (same as above except for tangent)
Hope that helps!

He may not know trigonometry.
if you don't, just look here and try to understand  tongue

You are so right. Thank you

Offline

 

Board footer