Complex Dilogarithm

Dilogarithm of any complex numbers

Ahora está siguiendo esta publicación

dilog(z) returns the (component-wise) dilogarithm of z. It is quite fast and accurate (around machine precision).

The present dilog function corresponds to Maple's polylog(2,z) and Mathematica's PolyLog[2,z] functions.

It is defined as
dilog(z) = sum_{n=1}^Inf z^n/n^2
for |z|<=1, and by analytic continuation for |z|>1.

Citar como

Didier Clamond (2026). Complex Dilogarithm (https://es.mathworks.com/matlabcentral/fileexchange/10186-complex-dilogarithm), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Special Functions en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

Clarified definition.