diff options
Diffstat (limited to 'src/input/d01bbf.input.pamphlet')
-rw-r--r-- | src/input/d01bbf.input.pamphlet | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/input/d01bbf.input.pamphlet b/src/input/d01bbf.input.pamphlet new file mode 100644 index 00000000..098ffc78 --- /dev/null +++ b/src/input/d01bbf.input.pamphlet @@ -0,0 +1,33 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input d01bbf.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 + +a:SF:=0.0 +b:SF:=1.0 +itype:=1 +n:=6 +kind:=0 +result:=d01bbf(a,b,itype,n,kind,-1) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |