arsenalgear-cpp
A library containing general purpose C++ utils.
Namespaces | Macros | Functions
math.hpp File Reference
#include <cmath>
Include dependency graph for math.hpp:

Go to the source code of this file.

Namespaces

 agr
 

Macros

#define ARSENALGEAR_MATH_HPP
 

Functions

template<typename T >
agr::roundoff (T value, unsigned char prec)
 Function to round a floating point to n-th decimal place after comma. More...
 
template<typename T >
bool agr::IsInBounds (T value, T low, T high)
 Function to check if a number lies in a certain bound or not. More...
 

Detailed Description

Author
Gianluca Bianco (bianc.nosp@m.ogia.nosp@m.nluca.nosp@m.9@gm.nosp@m.ail.c.nosp@m.om)
Date
2022-06-09

Macro Definition Documentation

◆ ARSENALGEAR_MATH_HPP

#define ARSENALGEAR_MATH_HPP