Return whether specified floating point value is not positive with specified tolerance.
constexpr bool IsNotPositive(const float a, const float tolerance = Tolerance);
constexpr bool IsNotPositive(const double a, const double tolerance = dTolerance);
Namespace: | nitisa |
Include: | Nitisa/Core/Math/Utils.h |