polylog 0.1.0

Rust implementation of polylogarithms.
Documentation
Polylog
=======

The Polylog package provides Rust implementations of real and complex
polylogarithms.

The Polylog package depends on the `num` crate.


Notes
-----

The implementation of the real dilogarithm has been taken from the
[ROOT](root.cern.ch) package, licensed under the GNU LGPL.

The implementation of the complex dilogarithm has been taken from
[SPheno](spheno.hepforge.org) and has been translated to Rust.


Copying
-------

Polylog is licenced under the GNU Lesser General Public License (GNU
LGPL) version 3.