Sqrt: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
(updates from Blockument)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<section begin="image"/>[[File:sqrt.png|alt=The Square Root Block|thumb]]<section end="image"/>
==Usage==


<!--T:2-->
<!--T:2-->
<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. 


<!--T:1-->
<!--T:1-->

Revision as of 16:42, 14 August 2023

Other languages:
The Square Root Block

Usage

Returns the square root of the input.

Syntax

Inputs in this block:

  1. a number

Example

Square Root example code

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.