Sqrt

Category: Math

Back to System Functions


Signature

Sqrt(value As Double)

Returns

Double

Description

Returns the square root of a value.

Example

distance = Sqrt(dx * dx + dy * dy)