Skip to content

Commit 4f9bb43

Browse files
New pass to remove missing Java
1 parent 5b1b7c9 commit 4f9bb43

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

Colophon.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This book is available as a free download from:\\ \url{https://github.com/SquareBracketAssociates/NumericalMethods}.
55
\bigskip
66

7-
Copyright \copyright~2001, 2015 by Didier H. Besset.
7+
Copyright \copyright~2001, 2016 by Didier H. Besset, St\'ephane Ducasse and Serge Stinckwich
88
\bigskip
99

1010
The contents of this book are protected under Creative Commons Attribution-ShareAlike 3.0 Unported license.
@@ -37,6 +37,6 @@
3737

3838
Published by Square Bracket Associates, Switzerland.\\
3939
% ISBN 978-3-9523341-0-2\\
40-
First Edition, 2001
40+
First Edition, 2016
4141
\vspace*{\fill}
4242
\end{footnotesize}

Preface.tex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77

88
\chapter*{About this version}
9-
109
We would like to thank Didier Besset for his great book and for his gift of the source and implementation to the community.
1110

12-
1311
This is an abridged version of Didier's book, without the Java implementation and reference; our goal is to make the book slimmer and easier to read.
1412
The implementation presented in this book is part of the SciSmalltalk library.
1513
Both versions of the book are now maintained under open-source terms and are available at the following URLs:
@@ -27,9 +25,7 @@ \chapter*{About this version}
2725
Remember that we are all Charlie.
2826

2927
\bigskip
30-
\relboxr{1}{28 January 2015}
31-
32-
28+
\relboxr{1}{17 January 2016}
3329

3430
\chapter*{Preface}
3531

WholeBook.tex

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828

2929
\mainmatter
3030

31-
\input{Introduction} % no java :)
32-
\input{Function} % no java :)
33-
\input{Interpolation} % no java :)
34-
\input{Iteration} % no java :)
35-
\input{Zeroes} % no java
36-
\input{Integration} % no java
37-
\input{Series} % no java
38-
\input{LinearAlgebra} % no java
39-
\input{Statistics} % no java
40-
\input{Estimation} % no java
41-
\input{Minimization} % no java
42-
\input{DataMining} % no java
31+
\input{Introduction}
32+
\input{Function}
33+
\input{Interpolation}
34+
\input{Iteration}
35+
\input{Zeroes}
36+
\input{Integration}
37+
\input{Series}
38+
\input{LinearAlgebra}
39+
\input{Statistics}
40+
\input{Estimation}
41+
\input{Minimization}
42+
\input{DataMining}
4343
\appendix
4444
\input{FloatingPointSimulation}
45-
\input{SmalltalkPrimer} %pass done
46-
\input{Distributions}% no java
45+
\input{SmalltalkPrimer}
46+
\input{Distributions}
4747
\input{CentralMoments}
4848
%\input{Cdrom}
4949
\input{Bibliography}

0 commit comments

Comments
 (0)