From 74b9ae5fe8521241e90179abecca4f5607bc36dc Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 6 Feb 2024 07:25:33 -0500 Subject: [PATCH] No real change --- includes/math-helpers.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/math-helpers.hpp b/includes/math-helpers.hpp index d3daaf6..beeda4f 100644 --- a/includes/math-helpers.hpp +++ b/includes/math-helpers.hpp @@ -3,4 +3,3 @@ int signum(int num) { (num > 0) ? retval = 1 : retval = -1; return retval; } -