Mathf.Sqrt

static function Sqrt (f : float) : float

Description

Returns square root of f.

JavaScript
    print(Mathf.Sqrt(10));