The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Method on @sym: dilog (z)

Symbolic dilogarithm function.

Example:

syms z
dilog (z)
  ⇒ ans = (sym) Li₂(1 - z)

See also: @sym/polylog.

Package: symbolic