]> www.ginac.de Git - ginac.git/blobdiff - doc/examples/ginac-examples.texi
Added example for mystring class [Sheplyakov].
[ginac.git] / doc / examples / ginac-examples.texi
index 06fd98859a6c19a8198583373312d874390bfb96..8870dafb84a8fde391a5937067176b602774f84a 100644 (file)
@@ -45,4 +45,11 @@ An expression in two variables is integrated by using VEGAS from the
 
 Demonstrates the use of link_ex. Program has to be called more than once to see the effect.
 
+@chapter Lanczos Approximation
+
+The program lanczos.cpp calculates coefficients for use in the Lanczos
+approximation of the gamma function. The Lanczos approximation is used by
+the function inside GiNaC that approximates the gamma function numerically.
+See the comments in the source file for more information.
+
 @bye