Very small number by Michael Hamilton

#include <iostream>\x0d
int main(){std::cout<<"5.55111512312578e-17";}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page