square
square(x)
Compute the square of a value. The square of x is x * x.
Try it yourself:
$1 | square(3)
| |
$2 | sqrt(9)
| |
$3 | 3^2
| |
$4 | 3 * 3
|
Compute the square of a value. The square of x is x * x.
Try it yourself:
$1 | square(3)
| |
$2 | sqrt(9)
| |
$3 | 3^2
| |
$4 | 3 * 3
|