Private Member Functions | |
Constant_min_2 (const Constant &i, const Constant &j) | |
double | evaluate () const |
Friends | |
Constant | minimum (const Constant &a, const Constant &b) |
Returns the smaller of two constants.This is used in the formation of an expression. |
Definition at line 102 of file MP_constant.cpp.
Definition at line 105 of file MP_constant.cpp.
double flopc::Constant_min_2::evaluate | ( | ) | const [inline, private, virtual] |
Implements flopc::Constant_base.
Definition at line 106 of file MP_constant.cpp.
References flopc::Constant_exp::left, and flopc::Constant_exp::right.
Returns the smaller of two constants.This is used in the formation of an expression.
a | first constant | |
b | second constant |