FLOPC++
|
Private Member Functions | |
Constant_div (const Constant &i, const Constant &j) | |
double | evaluate () const |
Friends | |
Constant | operator/ (const Constant &a, const Constant &b) |
Returns the quotient of two constants.This is used in the formation of an expression. More... | |
Additional Inherited Members | |
![]() | |
virtual int | getStage () const |
virtual int | stage () const |
![]() | |
Constant_exp (const Constant &i, const Constant &j) | |
![]() | |
Constant_base () | |
virtual | ~Constant_base () |
![]() | |
Constant | left |
Constant | right |
![]() | |
int | count |
Definition at line 181 of file MP_constant.cpp.
Definition at line 184 of file MP_constant.cpp.
|
inlineprivatevirtual |
Implements flopc::Constant_base.
Definition at line 185 of file MP_constant.cpp.
Returns the quotient of two constants.This is used in the formation of an expression.
a | first constant |
b | second constant |
Definition at line 190 of file MP_constant.cpp.