define FLT_EPSILON; be descriptive about upper_right_triangle() method

This commit is contained in:
TSC21
2019-02-19 14:44:46 +00:00
committed by Nuno Marques
parent 7355a29a2a
commit ec436d5aee
11 changed files with 43 additions and 40 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ int main()
Vector3<float> diag_check(1, 5, 10);
TEST(isEqual(A.diag(), diag_check));
TEST(A.trace() - 16 < __FLT_EPSILON__);
TEST(A.trace() - 16 < FLT_EPSILON);
float data_check[9] = {
1.01158503f, 0.02190432f, 0.03238144f,