Arkulib
|
Namespaces | |
namespace | Constant |
namespace | Exceptions |
namespace | Tools |
Classes | |
class | ERational |
This class can be used to express big rationals. More... | |
class | Rational |
This class can be used to express rationals. More... | |
Functions | |
template<typename FloatType > | |
std::ostream & | operator<< (std::ostream &stream, const ERational< FloatType > &rational) |
<< operator override to allow std::cout More... | |
template<typename IntType > | |
std::ostream & | operator<< (std::ostream &stream, const Rational< IntType > &rational) |
<< operator override to allow std::cout More... | |
std::ostream & Arkulib::operator<< | ( | std::ostream & | stream, |
const ERational< FloatType > & | rational | ||
) |
<< operator override to allow std::cout
FloatType |
stream | |
rational |
Definition at line 592 of file ERational.hpp.
std::ostream & Arkulib::operator<< | ( | std::ostream & | stream, |
const Rational< IntType > & | rational | ||
) |
<< operator override to allow std::cout
IntType |
stream | |
rational |
Definition at line 1221 of file Rational.hpp.