File: tconstant_from_double.reference

package info (click to toggle)
sollya 7.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,864 kB
  • sloc: ansic: 117,441; yacc: 8,822; lex: 2,419; makefile: 870; cpp: 76
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)