laser100 wrote:
abs-absolute value
sqrt-square root
sin-sine
cos-cosine
tan-?
log-logitheram
Tan is tangent. Logitheram?
Offline
Well, maybe this post can help you out; it provides some pretty in-depth descriptions on each of he math blocks:
http://scratch.mit.edu/forums/viewtopic … 94#p392094
Offline
laser100 wrote:
Sunrise-Moon wrote:
laser100 wrote:
abs-absolute value
sqrt-square root
sin-sine
cos-cosine
tan-?
log-logitheramTan is tangent. Logitheram?
![]()
Don't know how to spell.
To be perfectly honest, it's actually "logarithm."
Offline
Sunrise-Moon wrote:
laser100 wrote:
abs-absolute value
sqrt-square root
sin-sine
cos-cosine
tan-?
log-logitheramTan is tangent. Logitheram?
![]()
I think he means logarithm.
- e ^ _ = e to the power of _ (e is a bout equal to 2.71828183)
- 10 ^ _ = 10 to the power of _ (Used in scientific notation, eg. 4.56*(10^4) = 45,600
- asin, acos, and atan = arcsine, arccosine, and arctangent, respectively. (Inverses of sine, cosine, and tangent)
- _mod_ = remainder after dividing the two numbers.
Most of these functions are too complicated to be fully explained here; try looking them up online.
Offline
Yeah, sine and co. are pretty complicated, here, let me Google that for you.
Offline
Lemme Loco that for you instead, mwahahahahaha!!
Sin and Cos made easy
Offline
Locomule wrote:
Lemme Loco that for you instead, mwahahahahaha!!
Sin and Cos made easy
Thank you so much for posting that! Now I can just redirect people to that topic
Offline
orangeoz wrote:
what does:
abs mean?
absolute value
sqrt mean?
square root
sin mean?
sine
cos mean?
cosine
tan mean?
tangent
asin mean?
arc sine
acos mean?
arc cosine
atan mean?
arc tangent
in mean?
(it's actually LN)
natural logarithm
log mean?
logarithm
e ^ mean?
e to the power of
10 ^ mean?
10 to the power of
Thanks!!!
Last edited by ScratchReallyROCKS (2010-07-18 09:05:53)
Offline
Here is something that might help: http://mathworld.wolfram.com/Trigonomet … tions.html
Last edited by HD123 (2010-07-18 08:54:12)
Offline