FLOPC++
|
Private Member Functions | |
Constant_ceil (const Constant &c) | |
double | evaluate () const |
Private Attributes | |
Constant | C |
Friends | |
Constant | ceil (const Constant &c) |
The ceiling integral value of the input constant.This is used in the formation of an expression. It is used to "round up" a numeric constant which is potentially non-integer. |
Definition at line 70 of file MP_constant.cpp.
flopc::Constant_ceil::Constant_ceil | ( | const Constant & | c | ) | [inline, private] |
Definition at line 73 of file MP_constant.cpp.
double flopc::Constant_ceil::evaluate | ( | ) | const [inline, private, virtual] |
Implements flopc::Constant_base.
Definition at line 74 of file MP_constant.cpp.
The ceiling integral value of the input constant.This is used in the formation of an expression. It is used to "round up" a numeric constant which is potentially non-integer.
c | is a constant |
Definition at line 79 of file MP_constant.cpp.
Referenced by evaluate().
Constant flopc::Constant_ceil::C [private] |
Definition at line 77 of file MP_constant.cpp.
Referenced by evaluate().