File: fmax.input

package info (click to toggle)
libdfp 1.0.17-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,172 kB
  • sloc: ansic: 255,724; sh: 4,225; makefile: 703; awk: 461; python: 432; cpp: 254
file content (66 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# name fmax
# arg1 decimal
# arg2 decimal
# ret  decimal

0.0	0.0		0.0
2.0	1.0		2.0
1.0	2.0		2.0
2.0	2.0		2.0
-1.0	-2.0		-1.0
-2.0	-1.0		-1.0
-2.0	-2.0		-2.0
2.123	1.86743		2.123
1.86744	1.86743		1.86744

# special cases
Inf	-1000.0		Inf
Inf	-1.0		Inf
Inf	-0.0		Inf
Inf	0.0		Inf
Inf	1.0		Inf
Inf	1000.0		Inf
Inf	Inf		Inf
-1000.0	Inf		Inf
-Inf	Inf		Inf
-1.0	Inf		Inf
-0.0	Inf		Inf
0.0	Inf		Inf
1.0	Inf		Inf
1000.0	Inf		Inf

-Inf	-Inf		-Inf
-Inf	-1000.0		-1000.0
-Inf	-1.0		-1.0
-Inf	-0.0		-0.0
-Inf	0.0		0.0
-Inf	1.0		1.0
-Inf	1000.0		1000.0
-1000.0	-Inf		-1000.0
-1.0	-Inf		-1.0
-0.0	-Inf		-0.0
0.0	-Inf		0.0
1.0	-Inf		1.0
1000.0	-Inf		1000.0
Inf	-Inf		Inf

NaN	-Inf		-Inf
NaN	-1000.0		-1000.0
NaN	-1.0		-1.0
NaN	-0.0		-0.0
NaN	0.0		0.0
NaN	1.0		1.0
NaN	1000.0		1000.0
NaN	Inf		Inf
NaN	NaN		NaN
-Inf	NaN		-Inf
-1000.0	NaN		-1000.0
-1.0	NaN		-1.0
-0.0	NaN		-0.0
0.0	NaN		0.0
1.0	NaN		1.0
1000.0	NaN		1000.0
Inf	NaN		Inf
-NaN	-NaN		NaN
+NaN	-NaN		NaN
-NaN	+NaN		NaN