Empirical
Classes | Namespaces | Functions
fixed.h File Reference
#include <iostream>

Go to the source code of this file.

Classes

class  emp::fixed< FRAC_BITS >
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Functions

template<int FRAC_BITS>
std::ostream & operator<< (std::ostream &os, const emp::fixed< FRAC_BITS > &input)
 
template<int FRAC_BITS>
std::istream & operator>> (std::istream &is, emp::fixed< FRAC_BITS > &input)
 

Function Documentation

template<int FRAC_BITS>
std::ostream& operator<< ( std::ostream &  os,
const emp::fixed< FRAC_BITS > &  input 
)
template<int FRAC_BITS>
std::istream& operator>> ( std::istream &  is,
emp::fixed< FRAC_BITS > &  input 
)