aboutsummaryrefslogtreecommitdiff
path: root/src/input/as-eg4.input.pamphlet
blob: 87a1528e99019effcec48914f77fdd7055a9fd13 (plain)
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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input as-eg4.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
)co ecfact.as
n1:=nextPrime 1000000
n2:=nextPrime n1
n:=n1*n2
LenstraEllipticMethod n
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}