From 8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 23 Aug 2025 01:28:41 +0300 Subject: Ungrateful changes, added more stuff --- tests/un/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/un/math.c') diff --git a/tests/un/math.c b/tests/un/math.c index eab0dcb..8b8df67 100644 --- a/tests/un/math.c +++ b/tests/un/math.c @@ -14,7 +14,7 @@ int main() { assert(fabsf(f - 1.5f) < EPSILON); d = un_m_lerpd(1.0, 2.0, 0.5); - assert(fabs(d - 1.5) < 0.000001); + assert(fabs(d - 1.5) < EPSILON); } // Test Bezier curve functions -- cgit v1.2.3-70-g09d2