GiNaC  1.6.2
Static Public Attributes
GiNaC::psi1_SERIAL Class Reference

Polylogarithm and multiple polylogarithm. More...

#include <inifcns.h>

List of all members.

Static Public Attributes

static unsigned serial

Detailed Description

Polylogarithm and multiple polylogarithm.

Nielsen's generalized polylogarithm. Harmonic polylogarithm. Gamma-function. Beta-function. Psi-function (aka digamma-function).

Definition at line 163 of file inifcns.h.


Member Data Documentation

unsigned GiNaC::psi1_SERIAL::serial [static]
Initial value:
    function::register_new(function_options("psi", 1).
                           eval_func(psi1_eval).
                           evalf_func(psi1_evalf).
                           derivative_func(psi1_deriv).
                           series_func(psi1_series).
                           latex_name("\\psi").
                           overloaded(2))

Definition at line 163 of file inifcns.h.

Referenced by GiNaC::psi().


The documentation for this class was generated from the following files:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.