Skip to main content

math.sqrt

Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)

math.sqrt(x: number): number

Arguments

NameDescriptionType
xN/Anumber

Returns number