HRCore V1.1.0
A High Resolution Calculation Library
|
A namespace that contains utils for HRCore. More...
Classes | |
class | Expression |
A class to get and evaluate expression. More... | |
Functions | |
Value::Integer | abs (const Value::Integer &s) |
Value::Float | abs (const Value::Float &s) |
template<typename T , typename U > | |
std::istream & | operator>> (std::istream &is, Expression< T, U > &rhs) |
Convert a stream into an expression. More... | |
template<typename T , typename U > | |
std::ostream & | operator<< (std::ostream &os, Expression< T, U > &rhs) |
Output the value of an expression. More... | |
A namespace that contains utils for HRCore.
Value::Float HRCore::Utils::abs | ( | const Value::Float & | s | ) |
Value::Integer HRCore::Utils::abs | ( | const Value::Integer & | s | ) |