@@ -33,12 +33,16 @@
namespace LA_Vecmat3 {
#ifndef DBL_EPSILON
#ifdef NO_NUMERIC_LIMITS
#define DBL_EPSILON 1.19209290e-07f
#else
#define DBL_EPSILON std::numeric_limits<T>::epsilon()
#endif
float fast_sqrtinv(float);
The note is not visible to the blocked user.