double square

double square(double __x)

The function square() returns __x * __x.

Note:

This function does not belong to the C standard definition.