You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Didier Clamond (2026). Complex Dilogarithm (https://www.mathworks.com/matlabcentral/fileexchange/10186-complex-dilogarithm), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (860 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Clarified definition. |
