#include <harmonic_polylog.h>
Inheritance diagram for harmonic_polylog:

Public Member Functions | |
| harmonic_polylog (const GiNaC::ex &llc) | |
| void | archive (GiNaC::archive_node &node) const |
| void | read_archive (const GiNaC::archive_node &node, GiNaC::lst &sym_lst) |
| GiNaC::return_type_t | return_type_tinfo () const |
| void | print (const GiNaC::print_context &c, unsigned level=0) const |
| GiNaC::ex | eval (int level=0) const |
Harmonic polylogs are defined by
There are two "print" formats available. The default option prints harmonic polylogarithms as
.
If the flag "print_format::no_harmonic_polylog" in the variable "_print_format" is set, harmonic polylogarithms are printed as multiple polylogarithms, e.g. in the
- notation.
|
|
The simplifications are done in the following order:
Reimplemented from multiple_polylog. Reimplemented in classical_polylog, and nielsen_polylog. |
1.3.7