summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/analysis/bessel.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/scaddins/source/analysis/bessel.cxx b/scaddins/source/analysis/bessel.cxx
index f28fa51046b0..759008b77fd0 100644
--- a/scaddins/source/analysis/bessel.cxx
+++ b/scaddins/source/analysis/bessel.cxx
@@ -57,10 +57,10 @@ const sal_Int32 MAXITER = 100; // Maximum number of iterations.
The algorithm follows
http://www.reference-global.com/isbn/978-3-11-020354-7
Numerical Mathematics 1 / Numerische Mathematik 1,
- An algorithm-based introduction / Eine algorithmisch orientierte Einführung
+ An algorithm-based introduction / Eine algorithmisch orientierte Einfuehrung
Deuflhard, Peter; Hohmann, Andreas
Berlin, New York (Walter de Gruyter) 2008
- 4. überarb. u. erw. Aufl. 2008
+ 4. ueberarb. u. erw. Aufl. 2008
eBook ISBN: 978-3-11-020355-4
Chapter 6.3.2 , algorithm 6.24
The source is in German.
@@ -332,10 +332,10 @@ double BesselK( double fNum, sal_Int32 nOrder ) throw( IllegalArgumentException,
The algorithm for order 0 and for order 1 follows
http://www.reference-global.com/isbn/978-3-11-020354-7
Numerical Mathematics 1 / Numerische Mathematik 1,
- An algorithm-based introduction / Eine algorithmisch orientierte Einführung
+ An algorithm-based introduction / Eine algorithmisch orientierte Einfuehrung
Deuflhard, Peter; Hohmann, Andreas
Berlin, New York (Walter de Gruyter) 2008
- 4. überarb. u. erw. Aufl. 2008
+ 4. ueberarb. u. erw. Aufl. 2008
eBook ISBN: 978-3-11-020355-4
Chapter 6.3.2 , algorithm 6.24
The source is in German.