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