This file is indexed.

/usr/lib/open-axiom/input/asec.input is in open-axiom-test 1.4.1+svn~2626-2ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
)spool asec.output
)set message test off
)set message auto off
)set break resume
digits(22)
)clear all
 
--S 1 of 10
asec(-2.0)
--R
--R   (1)  2.0943951023 9319549230 8
--R                                                                  Type: Float
--E 1

--S 2 of 10
asec(-1.5)
--R
--R   (2)  2.3005239830 2186298268 6
--R                                                                  Type: Float
--E 2

--S 3 of 10
asec(-1.0)
--R
--R   (3)  3.1415926535 8979323846 3
--R                                                                  Type: Float
--E 3

--S 4 of 10
asec(-0.5)
--R 
--R   >> Error detected within library code:
--R   acos: argument > 1 in magnitude
--R
--R   Continuing to read the file...
--R
--E 4

--S 5 of 10
asec(-0.0)
--R 
--R   >> Error detected within library code:
--R   asec: no reciprocal
--R
--R   Continuing to read the file...
--R
--E 5

--S 6 of 10
asec(0.0)
--R 
--R   >> Error detected within library code:
--R   asec: no reciprocal
--R
--R   Continuing to read the file...
--R
--E 6

--S 7 of 10
asec(0.5)
--R 
--R   >> Error detected within library code:
--R   acos: argument > 1 in magnitude
--R
--R   Continuing to read the file...
--R
--E 7

--S 8 of 10
asec(1.0)
--R
--R   (4)  0.0
--R                                                                  Type: Float
--E 8

--S 9 of 10
asec(1.5)
--R
--R   (5)  0.8410686705 6793025577 652
--R                                                                  Type: Float
--E 9

--S 10 of 10
asec(2.0)
--R
--R   (6)  1.0471975511 9659774615 42
--R                                                                  Type: Float
--E 10
)spool 
)lisp (bye)