aboutsummaryrefslogtreecommitdiff
path: root/src/input/bug6357.input.pamphlet
blob: b8972fe60a98d20f639b999ce08fc0b9b01b43b3 (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input bug6357.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=
)cl all
-- The original author assumed (roughly) that sqrt(1/x)=1/sqrt(x),
-- which is wrong (for example,
-- sqrt(-1/2) = %i/sqrt(2) != 1/(%i*sqrt(2)) = -%i/sqrt(2)
sqrt(-1/2)
sqrt(-1/abs(x))-1/sqrt(-abs(x))
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}