Category: Math
Back to System Functions
Sqrt(value As Double)
Double
Returns the square root of a value.
distance = Sqrt(dx * dx + dy * dy)