() of () (Operators): Difference between revisions

() of () (Operators)
Content deleted Content added
Added examples for other operators, and important info about the trig functions
No edit summary
Line 30:
| acos || Arccosine (inverse cosine) || Entering 0.5 would result in 60, and entering 0 would result in 90.
|-
| atan || Arctangent (inverse tangent) || Entering 1 would
|-
| ln || Natural log (log base e) || Entering the [[e]] operator would result in 1, and entering 2 would result in a value around 0.693.
Line 41:
|}
==Workarounds==
e ^ and 10 ^ can be replicated by using the [[() (v) ()]] block, with 10 or the [[e]] reporter block as the first input, and "^" selected. ln and log can work around each other by using the change of base formula for logarithms, and can also be worked around using the () (v) () block with log selected. abs can be worked around using the sqrt option on the square of the number. sin(90 - x) = cos(x) and cos(90 - x) = sin(x), so those blocks can be used to workaround each other. tan(x) = sin(x)/cos(x), so that option can be worked around by using those other options.
{{DISPLAYTITLE:() of ()}}
[[Category:Vanilla Blocks]]