|
HRCore V1.1.0
A High Resolution Calculation Library
|
A namespace that contains mathematic data type. More...
Classes | |
| class | Float |
| Float type. More... | |
| class | Integer |
| Integer type. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, Integer &rhs) |
| Reload of operator<< to support std::cout and other std::ostream with Integer. More... | |
| std::istream & | operator>> (std::istream &is, Integer &rhs) |
| Reload of operator>> to support std::cin and other std::istream with Integer. More... | |
| std::istream & | operator>> (std::istream &is, Float &rhs) |
| Reload of operator>> to support std::cin and other std::istream with Float. More... | |
| std::ostream & | operator<< (std::ostream &os, Float &rhs) |
| Reload of operator<< to support std::cout and other std::ostream with Integer. More... | |
A namespace that contains mathematic data type.