sqrt() and sq()
Calculate the square root and square of a number.
y = sqrt(x);
y = sq(x);
x
the number, any data type
the number's square root (float),the number's square (float)
y = sqrt(x);
y = sq(x);
x
the number, any data type
the number's square root (float),