chaotic-society / theoretica

A C++ math library for scientific computing with a simple and elegant interface.
https://chaotic-society.github.io/theoretica/
GNU Lesser General Public License v3.0
21 stars 4 forks source link

Add to_string() and printing operators (<< std::ostream) on all classes #30

Closed mattiaisgro closed 2 years ago

mattiaisgro commented 2 years ago

Add to_string() and operator<<(std::ostream, T class) on all classes to make them easily printable