Go to the source code of this file.
Classes | |
class | LCM::FloatingPoint |
Namespaces | |
namespace | LCM |
Fracture criteria classes are required to have a method called check that takes as argument an entity and returns a bool. | |
Variables | |
const unsigned | LCM::emptyMask_ = 0x00 |
const unsigned | LCM::inexactMask_ = 0x01 |
const unsigned | LCM::divbyzeroMask_ = 0x02 |
const unsigned | LCM::underflowMask_ = 0x04 |
const unsigned | LCM::overflowMask_ = 0x08 |
const unsigned | LCM::invalidMask_ = 0x10 |