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>
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Number | N | Number | Item | The number to get the square root of |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Root | R | Number | Item | The square root of the number |