Sqrt
Returns the square root of the input.

Description
The Square Root block returns the square root of the input. This is a code block part of the Math drawer.
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.

Notes
The Square Root block is commonly used in distance calculations and when implementing mathematical formulas like the Pythagorean theorem.
Related Blocks
- Power - Raise a number to a power