|
Not Enough Math
Lightweight zero-dependency C++ math library
|
Go to the source code of this file.
Namespaces | |
| namespace | nem |
Functions | |
| template<typename T , size_t N> | |
| std::ostream & | nem::operator<< (std::ostream &os, const nem::vec< T, N > &vec) |
| template<typename T , size_t N> | |
| std::istream & | nem::operator>> (std::istream &is, nem::vec< T, N > &vec) |
| template<typename T , size_t N> | |
| std::string | nem::tostr (const nem::vec< T, N > &vec) |
Variables | |
| static constexpr const char * | nem::VECTOR_SEPARATOR = ", " |
| static constexpr const char * | nem::VECTOR_L_BRACE = "(" |
| static constexpr const char * | nem::VECTOR_R_BRACE = ")" |