Return the greater of the two specified arguments.
If one is not-a-number, return the other.
- Template Parameters
-
- Parameters
-
x1 | First argument. |
x2 | Second argument. |
- Returns
- maximum of arguments, and if one is NaN return the other
Definition at line 23 of file fmax.hpp.