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

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).