File: tget_bounds_from_range.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 (19 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
4 is not a range

[1;3] has been converted to
[1, 3] (should be the same).

The precision has been set to 100 bits.
[430728948929449700355022696705 * 2^(-97);995610453248924340922087778489 * 2^(-98)] has been converted to
[430728948929449700355022696705 * 2^(-97), 995610453248924340922087778489 * 2^(-98)] (should be [430728948929449700355022696705 * 2^(-97), 995610453248924340922087778489 * 2^(-98)]).

The precision has been set to 110 bits.
[2.718281828459045235360287471352662;3.141592653589793238462643383279506] has been converted to
[2.718281828459045235360287471351235, 3.141592653589793238462643383279506] (left bound of the second one should be smaller than left bound of the first one. Right bounds should be equal .

Unexpected warning message number 478
Warning: For at least 4 of the constants previously displayed in decimal, rounding has happened.
The precision has been set to 165 bits.
[2.7182818284590452353602874713526624977572470936999;3.1415926535897932384626433832795028841971693993752] has been converted to
[2.7182818284590452353602874713512348150836420479793, 3.1415926535897932384626433832795028847477687031839] (the first one should be enclosed in the second one).