Mathf.Sqrt
static function Sqrt(f: float): float;
Description

Returns square root of f.

	print(Mathf.Sqrt(10));