File: tconstant_from_double.reference

package info (click to toggle)
sollya 8.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,540 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (14 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Caught the message about rounding while reading a constant.
-1.1001001000011111101101010100010001000010110100011_2 * 2^(1)
-1.1001001000011111101101010100010001000010110100011_2 * 2^(1) (should be the same as above)
-1.1001001000011111101101010100010001000010110100011_2 * 2^(1) (should be the same as above)
-1.1001001000011111101101010100010001000010110100011_2 * 2^(1) (should be the same as above)
0 (should be 0)
NaN (should be NaN)
infty (should be +Inf)
Caught the message about rounding while reading a constant.
1.10010010000111111011010101000100010000101101_2 * 2^(-1028)
1.10010010000111111011010101000100010000101101_2 * 2^(-1028) (should be the same as above)
Caught the message about rounding while reading a constant.
1.1001001000011111101101010100010001000010110100011_2 * 2^(-1028) (should *NOT* be the same, but the previous entry should be a prefix of this one)
-infty (should be -Inf)