C/C++: Utilisation de ‘double fdim ( double x , double y )()’ pour retourner zéro si x

Author:
C/C++: Utilisation de 'double fdim ( double x , double y  )()' pour retourner zéro si x<=y autrement, retourne x-y
 
 
  #include <math.h>
  #include <stdio.h>
 
  int main(void)
  {
    printf("%1.1f", fdimf (1.0, -1