Fix Spacing
All checks were successful
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 1m4s

This commit is contained in:
2024-04-25 16:02:43 -04:00
parent 4b3fe2b9e2
commit b8d54cc11b

View File

@@ -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
/*