创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


arduino:language:fmax

fmax()

例子

          double c = fmax(-3.5, 4.3);  // Sets c to 4.3
          double d = fmax(2.7172, 2.40);  // Sets d to 2.7172
 

描述

fmax() 返回x和y间的较大的一个.如果其中一个参数是 NaN (不是数字), 就返回另一个参数. 如果两个参数都是 NaN, 返回NaN.

语法

fmax(x, y)

参数
       x	double, float or int
       y	double, float or int

返回 double

本页面的其他翻译:
arduino/language/fmax.txt · 最后更改: 2016/12/25 22:15 (外部编辑)