GiNaC 1.8.7
Static Public Attributes | List of all members
GiNaC::psi1_SERIAL Class Reference

Polylogarithm and multiple polylogarithm. More...

#include <inifcns.h>

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

◆ serial

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))
static unsigned register_new(function_options const &opt)
Definition: function.cpp:2243
static ex psi1_eval(const ex &x)
Evaluation of digamma-function psi(x).
static ex psi1_deriv(const ex &x, unsigned deriv_param)
static ex psi1_evalf(const ex &x)
static ex psi1_series(const ex &arg, const relational &rel, int order, unsigned options)

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.