polylog 2.1.0
New
- implementation of general n-th order complex polylogarithm
z.li(n)
for all complex numbersz: Complex<f64>
and for all integersn: i32
- extension of the n-th order real polylogarithm
x.li(n)
forx: f64
to integersn < 0
z.li(n)
for all complex numbers z: Complex<f64>
and for all integers n: i32
x.li(n)
for x: f64
to integers n < 0