diff --git a/Redcraft.Utility/Source/Public/Numerics/Limits.h b/Redcraft.Utility/Source/Public/Numeric/Limits.h similarity index 100% rename from Redcraft.Utility/Source/Public/Numerics/Limits.h rename to Redcraft.Utility/Source/Public/Numeric/Limits.h diff --git a/Redcraft.Utility/Source/Public/Numerics/Numbers.h b/Redcraft.Utility/Source/Public/Numeric/Numbers.h similarity index 99% rename from Redcraft.Utility/Source/Public/Numerics/Numbers.h rename to Redcraft.Utility/Source/Public/Numeric/Numbers.h index 10d3459..74e554c 100644 --- a/Redcraft.Utility/Source/Public/Numerics/Numbers.h +++ b/Redcraft.Utility/Source/Public/Numeric/Numbers.h @@ -10,7 +10,7 @@ NAMESPACE_MODULE_BEGIN(Utility) NAMESPACE_BEGIN(Math) template -struct TConstant +struct TNumbers { static constexpr T E = static_cast(2.71828182845904523536028747135266249775724709369995); static constexpr T Log2E = static_cast(1.44269504088896340735992468100189213742664595415299);