#include <stdio.h> int main(int argc, char *argv[]) { double x = 1.0/3.0; printf("%.32f\n", x); return 0;}
Standard input is empty
0.33333333333333331482961625624739
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!