Description
Calculates the square of a number: the number multiplied by itself.
Syntax
sq(x)
Parameters
x
: the number, any data type
Returns
The square of the number. (double)
Calculates the square of a number: the number multiplied by itself.
sq(x)
x
: the number, any data type
The square of the number. (double)