Skip to main content

Mathf.Sqrt(number f)

Returns square root of f.

Parameters:

NameTypeDescription
fnumbervalue

Returns:

typeDescription
numbersquare root of f.

Usage

---@type number
local f;


local val0 = Mathf:Sqrt(f)