Very small number by Shimajda

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

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

download

return to the top page