#include <polylog.h>
This class is experimental.
This gives an approximation to the polylogarithm functions.
Only works at present for . Uses GSL library for n=2.
Uses linear interpolation for and a series expansion for
Definition at line 79 of file polylog.h.
Public Member Functions | |
double | li0 (double x) |
0-th order polylogarithm = ![]() | |
double | li1 (double x) |
1-st order polylogarithm = ![]() | |
double | li2 (double x) |
2-nd order polylogarithm | |
double | li3 (double x) |
3-rd order polylogarithm | |
double | li4 (double x) |
4-th order polylogarithm | |
double | li5 (double x) |
5-th order polylogarithm | |
double | li6 (double x) |
6-th order polylogarithm |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page