|
GiNaC 1.8.9
|
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 <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. | |
| const constant | GiNaC::Euler ("Euler", EulerEvalf, "\\gamma_E", domain::positive) |
| Euler's constant. | |
| const constant | GiNaC::Catalan ("Catalan", CatalanEvalf, "G", domain::positive) |
| Catalan's constant. | |
Implementation of GiNaC's constant types and some special constants.
Definition in file constant.cpp.