GiNaC 1.8.7
Namespaces | Functions | Variables
constant.cpp File Reference

Implementation of GiNaC's constant types and some special constants. More...

#include "constant.h"
#include "numeric.h"
#include "ex.h"
#include "archive.h"
#include "utils.h"
#include "inifcns.h"
#include <iostream>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Namespaces

namespace  GiNaC
 

Functions

 GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (constant, basic, print_func< print_context >(&constant::do_print). print_func< print_latex >(&constant::do_print_latex). print_func< print_tree >(&constant::do_print_tree). print_func< print_python_repr >(&constant::do_print_python_repr)) const ant
 
 GiNaC::GINAC_BIND_UNARCHIVER (constant)
 

Variables

const constant GiNaC::Pi ("Pi", PiEvalf, "\\pi", domain::positive)
 Pi. More...
 
const constant GiNaC::Euler ("Euler", EulerEvalf, "\\gamma_E", domain::positive)
 Euler's constant. More...
 
const constant GiNaC::Catalan ("Catalan", CatalanEvalf, "G", domain::positive)
 Catalan's constant. More...
 

Detailed Description

Implementation of GiNaC's constant types and some special constants.

Definition in file constant.cpp.


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