Functions
math.sqrt()
Square root of any number >= 0 is the unique y >= 0 such that y^2 = number.
Syntax · 1 of 4
math.sqrt(const float number) → const float
Arguments
number required const float The number to use in the calculation. Return Type
const float Syntax · 2 of 4
math.sqrt(input float number) → input float
Arguments
number required input float The number to use in the calculation. Return Type
input float Syntax · 3 of 4
math.sqrt(simple float number) → simple float
Arguments
number required simple float The number to use in the calculation. Return Type
simple float Syntax · 4 of 4
math.sqrt(series float number) → series float
Arguments
number required series float The number to use in the calculation. Return Type
series float