\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input d01ajf.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
)clear all
showArrayValues true
showScalarValues true

e:EXPR FLOAT:=(X*sin(30*X)/(sqrt(1-(X/(2*%pi))**2)))
f:ASP1(F):=retract e
a:SF:=0.0
b:SF:=%pi*2
epsabs:SF:=0.0
epsrel:SF:=1.0e-4
liw:=200
lw:=4*liw
result:=d01ajf(a,b,epsabs,epsrel,lw,liw,-1,f)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}