Skip to main content

sqrt

Get the square root of a number

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

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

  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

Did this answer your question?