Paste #146421 |
pasted on 02.10.2020 02:10
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 176435
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 | //20201002 #include <stdio.h> int main(void) { double x = 1.12345678901234567890; x = x - 0.1234567890; x = x - 0.000000000012345678; printf ("%20lf\n"), x; } |