This file is indexed.

/usr/lib/open-axiom/input/parpcurv.input is in open-axiom-test 1.5.0~svn3056+ds-1.

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
--Copyright The Numerical Algorithms Group Limited 1991.

-- test for ParametricPlaneCurve domain 

draw(curve(sin(3*t),cos(3*t)),t = -5*%pi..5*%pi)
draw(curve(sin(tan(t)),tan(sin(t))),t = -5*%pi..5*%pi)