Empirical
|
#include <cmath>
#include <iostream>
Go to the source code of this file.
Classes | |
class | emp::Point2D< TYPE > |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
Typedefs | |
using | emp::Point = Point2D<> |
Functions | |
template<typename TYPE > | |
std::ostream & | operator<< (std::ostream &os, const emp::Point2D< TYPE > &point) |
std::ostream& operator<< | ( | std::ostream & | os, |
const emp::Point2D< TYPE > & | point | ||
) |