[ create a new paste ] login | about

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

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

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


Output:
1
and the result is: 0.10000000149011611938476562500000000000000000000000


Create a new paste based on this one


Comments: