From b8d54cc11b36ebf5d35df90683f40da9d7c9a31c Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 25 Apr 2024 16:02:43 -0400 Subject: [PATCH] Fix Spacing --- include/J3ML/J3ML.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/J3ML/J3ML.h b/include/J3ML/J3ML.h index 24591a6..ea6c5ce 100644 --- a/include/J3ML/J3ML.h +++ b/include/J3ML/J3ML.h @@ -44,6 +44,8 @@ namespace J3ML::Math bool EqualAbs(float a, float b, float epsilon = 1e-3f); float RecipFast(float x); + + // Coming soon: Units Namespace // For Dimensional Analysis /*