#include <stdio.h> int main(void) { printf("%20.20f %20.20f\n", 0.7, (float)0.7); return 0;}
Standard input is empty
0.69999999999999995559 0.69999998807907104492
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!