The square root of a number is a number that when multiplied by itself gives the actual number. For example, 2 is the square root of 4, and this is expressed as √4 = 2. This means when 2 is multiplied by 2 it results in 4 and this can be verified as 2 × 2 = 4.
Inputs
Name | Abbreviation | Type | Access | Description |
Number | N | Number | Item | The number to get the square root of |
Outputs
Name | Abbreviation | Type | Access | Description |
Root | R | Number | Item | The square root of the number |
How to
Feed in a number for the minimum, maximum, and seed
This could be the a numeric result of another node
Or, you can use a number node
Or, you can type numbers into the boxes
If you need to process multiple numbers in a list, use the map node
The result is the square root of the number

