Arcsin Arccos Arctan/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 1: Line 1:
<languages/>
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
<section begin="image"/>[[File:arcsin_arccos_arctan.png|alt=The Arcsin Arccos Arctan Block|thumb]]<section end="image"/>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Usage==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
<p id="tooltip">Computes the mathematical operations of arcsine, arccosine, or arctangent and returns a value in degrees.</p>
<p id="tooltip">Computes the mathematical operations of arcsine, arccosine, or arctangent and returns a value in degrees.</p>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Syntax==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Inputs in this block:
*a number
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Example==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[File:arcsin_arccos_arctan_example.gif|alt=Arcsin Arccos Arctan example gif|thumb]]
[[File:arcsin_arccos_arctan_example.png|alt=Arcsin Arccos Arctan example code|thumb]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In this simulation, the purple agent calculates the angle – by taking the arctan of the length of the opposite leg divided by the length of the horizontal leg – that the agent must travel towards in order to create the hypotenuse of the right triangle.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Related Blocks==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
*[[Special:MyLanguage/Sin Cos Tan|Sin Cos Tan]]
</div>
</div>


[[Category:Matemática]]
[[Category:Matemática]]
[[Category:Code Block]]
[[Category:Code Block]]

Latest revision as of 17:26, 14 August 2023

Other languages:
The Arcsin Arccos Arctan Block

Computes the mathematical operations of arcsine, arccosine, or arctangent and returns a value in degrees.

Syntax

Inputs in this block:

  • a number

Example

Arcsin Arccos Arctan example gif
Arcsin Arccos Arctan example code

In this simulation, the purple agent calculates the angle – by taking the arctan of the length of the opposite leg divided by the length of the horizontal leg – that the agent must travel towards in order to create the hypotenuse of the right triangle.

Related Blocks