Function square root of x

if square root of x is y, then y⋅y = x

Format:

square root of x

Input:

number x -

Output:

number - None

Properties that reference this function:

square_root(x) == power(x, 1 / 2) (Square Root Property)


Comments

Please log in to add comments