#include <math.h> #include <stdio.h> int main(void) { double f; f = nexttoward (2.3,1.2); printf("%f " , f); }