double fdim

double fdim(double __x, double __y)

The fdim() function returns max(__x - __y, 0). If __x or __y or both are NaN, NaN is returned.