2.1.33 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.
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.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.