Method on @sym: dilog (z)

Symbolic dilogarithm function.

Example:

syms z
dilog (z)
  ⇒ ans = (sym) polylog(2, 1 - z)

See also: @sym/polylog.

Package: symbolic