X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=doc%2Fexamples%2Fginac-examples.texi;h=8870dafb84a8fde391a5937067176b602774f84a;hb=d67dadd063fbae8e9a64560d2ea97c7af0248203;hp=06fd98859a6c19a8198583373312d874390bfb96;hpb=4e8b826644676d33d27971885c0bba282e3ca07e;p=ginac.git diff --git a/doc/examples/ginac-examples.texi b/doc/examples/ginac-examples.texi index 06fd9885..8870dafb 100644 --- a/doc/examples/ginac-examples.texi +++ b/doc/examples/ginac-examples.texi @@ -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