Return the positive difference of the specified values (C++11).
- Template Parameters
-
- Parameters
-
x | First argument. |
y | Second argument. |
- Returns
- Return the differences of the arguments if it is positive and 0 otherwise.
Definition at line 21 of file fdim.hpp.