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

Alternating Euler sum or colored MZV. More...

#include <inifcns.h>

Static Public Attributes

static unsigned serial
 

Detailed Description

Alternating Euler sum or colored MZV.

Definition at line 115 of file inifcns.h.

Member Data Documentation

◆ serial

unsigned GiNaC::zeta2_SERIAL::serial
static
Initial value:
= function::register_new(function_options("zeta", 2).
evalf_func(zeta2_evalf).
eval_func(zeta2_eval).
derivative_func(zeta2_deriv).
print_func<print_latex>(zeta2_print_latex).
do_not_evalf_params().
overloaded(2))
static unsigned register_new(function_options const &opt)
Definition: function.cpp:2243
static ex zeta2_evalf(const ex &x, const ex &s)
static ex zeta2_eval(const ex &m, const ex &s_)
static ex zeta2_deriv(const ex &m, const ex &s, unsigned deriv_param)
static void zeta2_print_latex(const ex &m_, const ex &s_, const print_context &c)

Definition at line 115 of file inifcns.h.

Referenced by GiNaC::zeta().


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.