[ create a new paste ] login | about

Link: http://codepad.org/RAd7Yu2r    [ raw code | output | fork ]

C, pasted on Jul 10:
1
2
3
4
5
6
7
int main(void)
{
    double t = 0.1;

    printf("and the result is: %.70f\n", t);
    return 0;
}


Output:
1
and the result is: 0.1000000000000000055511151231257827021181583404541015625000000000000000


Create a new paste based on this one


Comments: