image.png

Category: Math Kind: Operation Description: Get the square root of a number

<aside> 💡

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.

</aside>

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

  1. Feed in a number for the minimum, maximum, and seed
    1. This could be the a numeric result of another node
    2. Or, you can use a number node
    3. Or, you can type numbers into the boxes
    4. If you need to process multiple numbers in a list, use the map node
  2. The result is the square root of the number