GiNaCRA
0.6.4
|
Type for infinitesimal values. More...
#include <constants.h>
Public Member Functions | |
infinitesimal_symbol_struct () | |
Constructs infinitesimal value with standard limit value by 0 and no name. | |
infinitesimal_symbol_struct (const std::string &name) | |
Constructs infinitesimal value with standard limit value by 0. | |
infinitesimal_symbol_struct (const std::string &name, const numeric &l) | |
Constructs infinitesimal value with specified limit value. | |
const numeric | limit () |
Data Fields | |
numeric | limit_value |
Type for infinitesimal values.
Definition at line 56 of file constants.h.
Constructs infinitesimal value with standard limit value by 0 and no name.
Definition at line 63 of file constants.h.
GiNaC::infinitesimal_symbol_struct::infinitesimal_symbol_struct | ( | const std::string & | name | ) | [inline] |
Constructs infinitesimal value with standard limit value by 0.
name |
Definition at line 71 of file constants.h.
GiNaC::infinitesimal_symbol_struct::infinitesimal_symbol_struct | ( | const std::string & | name, |
const numeric & | l | ||
) | [inline] |
Constructs infinitesimal value with specified limit value.
name | |
l | limit value |
Definition at line 80 of file constants.h.
const numeric GiNaC::infinitesimal_symbol_struct::limit | ( | ) | [inline] |
Definition at line 85 of file constants.h.
References limit_value.
Definition at line 59 of file constants.h.
Referenced by limit().