Sqrt/en: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<section begin="image"/>[[File:sqrt.png|alt=The Square Root Block|thumb]]<section end="image"/> | |||
==Usage== | |||
<p id="tooltip">Returns the square root of the input.</p> | <p id="tooltip">Returns the square root of the input.</p> | ||
==Syntax== | |||
Inputs in this block: | |||
#a number | |||
==Example== | |||
[[File:sqrt_example.gif|alt=Square Root example gif|thumb]] | |||
[[File:sqrt_example.png|alt=Square Root example code|thumb]] | |||
The procedure shown above calculates the distance that the ‘Hypotenuse tracer’ agent must travel using the pythagorean theorem in order to draw the full hypotenuse of the right triangle. | |||
[[Category:Math]] | [[Category:Math]] | ||
[[Category:Code Block]] | [[Category:Code Block]] |
Revision as of 17:26, 14 August 2023
Usage
Returns the square root of the input.
Syntax
Inputs in this block:
- a number
Example
The procedure shown above calculates the distance that the ‘Hypotenuse tracer’ agent must travel using the pythagorean theorem in order to draw the full hypotenuse of the right triangle.