SQUARE ROOT( NUM )
Placeholder | Tooltip | Replace With |
NUM | n: Number | A number value, such as a Number variable. |
Returns a Number value
Finding the square root of a number means finding an answer that, when multiplied by itself, gives the original number. You can use the SQUARE ROOT function to find the square root of a Number variable, for example:
SQUARE ROOT( 64 ) = 8