#include <cmath>
Go to the source code of this file.
|
| template<typename T > |
| 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...
|
| |
- 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
- Copyright
- Copyright (c) 2022 Gianluca Bianco under the MIT license.
◆ ARSENALGEAR_MATH_HPP
| #define ARSENALGEAR_MATH_HPP |