to sqrt
- verb
- Specialized
- When calculating distances, you often need to sqrt the sum of the squared differences.
Examples
-
So the formula for computing this is you take sqrt a * a + b * b.
-
To find the side length of a square, you can sqrt the area of the square.
-
Take Y to be equal to sqrt m * X.
-
So we get sqrt -e * sqrt -e.
-
So U = sqrt y, OK, U = sqrt y.
-
We start with our production function Q = sqrt l * K OK.
-
In programming, you can use the function sqrt to compute the square root of a number efficiently.
Synonyms
To find a number that, when multiplied by itself the required number of times, gives the original number
Surface Forms
Etymology
Sqrt used as a verb is programmer shorthand for square root, meaning 'find the number that, when multiplied by itself, equals the original number', so to sqrt a value is to calculate its square root.