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