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