Numerical dilogarithm function
Example:
dilog (1.1) ⇒ ans = -0.097605
Note this function may be slow for large numbers of inputs.
This is because it is not a native double-precision implementation
but rather the numerical evaluation of the Python mpmath
function
polylog
.
See also: @sym/dilog.
Package: symbolic