求大值函数Double  max(double x, double y)

功能:比较大小函数

X:1

Y:2

返回值:X-Y中较大的值。

   例:

   max(1, 2)  结果为2