Function square( x )

Description:
Raise to the power 2.
Parameters:
x (floating point)
a value
Return Value (floating point):
x * x
Signature:
double square(double)