File: tprecision.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 (10 lines) | stat: -rw-r--r-- 1,377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
In order to store the (evaluation to current precision) of the constant 0 in a binary floating-point format, 0 bits of precision are necessary.
In order to store the (evaluation to current precision) of the constant NaN in a binary floating-point format, NaN bits of precision are necessary.
In order to store the (evaluation to current precision) of the constant infty in a binary floating-point format, infty bits of precision are necessary.
In order to store the (evaluation to current precision) of the constant 1 in a binary floating-point format, 1 bits of precision are necessary.
In order to store the (evaluation to current precision) of the constant 33b-5 in a binary floating-point format, 6 bits of precision are necessary.
In order to store the (evaluation to current precision) of the constant 1267650600228229401496703205377b-100 in a binary floating-point format, 101 bits of precision are necessary.
An expression should have been a constant but it is just a constant expression.
In order to store the (evaluation to current precision) of the constant 1 + 1b-500 in a binary floating-point format, 1 bits of precision are necessary.
An expression should have been a constant but it is just a constant expression.
In order to store the (evaluation to current precision) of the constant pi in a binary floating-point format, 165 bits of precision are necessary.