This file is indexed.

/usr/share/axiom-20140801/input/intlf.input is in axiom-test 20140801-6.

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
)set break resume
)spool intlf.output
)set message test on
)set message auto off
)clear all
--S 1 of 2
exp(-x**2) * erf(x) / (erf(x)**3 - erf(x)**2 - erf(x) + 1)
--R 
--R
--R                            2
--R                         - x
--R                 erf(x)%e
--R   (1)  ------------------------------
--R              3         2
--R        erf(x)  - erf(x)  - erf(x) + 1
--R                                                     Type: Expression Integer
--E 1

--S 2 of 2
integrate(%, x)
--R 
--R
--R                     +---+    erf(x) - 1      +---+
--R        (erf(x) - 1)\|%pi log(----------) - 2\|%pi
--R                              erf(x) + 1
--R   (2)  -------------------------------------------
--R                        8erf(x) - 8
--R                                          Type: Union(Expression Integer,...)
--E 2
)spool 
)lisp (bye)