Choose Category
#include <math.h> #include <stdio.h> int main(void) { printf("%1.1f", fdimf (1.0, -1.0)); return 0; }