HRCore V1.1.0
A High Resolution Calculation Library
Loading...
Searching...
No Matches
HRCore::Utils Namespace Reference

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...
 

Detailed Description

A namespace that contains utils for HRCore.

Function Documentation

◆ abs() [1/2]

Value::Float HRCore::Utils::abs ( const Value::Float s)

Definition at line 335 of file Utils.hpp.

◆ abs() [2/2]

Value::Integer HRCore::Utils::abs ( const Value::Integer s)

Definition at line 328 of file Utils.hpp.