File: tconstant_from_double.reference

package info (click to toggle)
sollya 6.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,376 kB
  • ctags: 5,132
  • sloc: ansic: 120,010; yacc: 8,738; lex: 2,494; makefile: 854; 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)