aboutsummaryrefslogtreecommitdiff
path: root/src/input/decimal.input.pamphlet
blob: df23be7d4d503db51404b2beedbd8bdc5fce5029 (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
29
30
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input DECIMAL.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=


-- Input generated from DecimalExpansionXmpPage
)clear all

r := decimal(22/7)
r + decimal(6/7)
[decimal(1/i) for i in 350..354] 
decimal(1/2049) 
p := decimal(1/4)*x**2 + decimal(2/3)*x + decimal(4/9)
q := differentiate(p, x)
g := gcd(p, q)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}