Arkulib
Classes | Namespaces | Functions
ERational.hpp File Reference
#include "Rational.hpp"
#include <iomanip>

Go to the source code of this file.

Classes

class  Arkulib::ERational< FloatType >
 This class can be used to express big rationals. More...
 

Namespaces

namespace  Arkulib
 

Functions

template<typename FloatType >
std::ostream & Arkulib::operator<< (std::ostream &stream, const ERational< FloatType > &rational)
 << operator override to allow std::cout More...
 

Detailed Description

Author
Elise MASSA
Mattéo LECLERCQ
Date
2022
Warning
The use of ERatio isn't as performant as a simple float type and as Rational.hpp

Definition in file ERational.hpp.