feat(numeric): add basic and floating point manipulation functions and the corresponding testing

This commit is contained in:
2024-11-27 19:03:54 +08:00
parent 84a41387ae
commit f5c47fe677
5 changed files with 332 additions and 1 deletions

View File

@ -11,6 +11,7 @@ NAMESPACE_BEGIN(Testing)
REDCRAFTUTILITY_API void TestNumeric();
REDCRAFTUTILITY_API void TestLiteral();
REDCRAFTUTILITY_API void TestBit();
REDCRAFTUTILITY_API void TestMath();
NAMESPACE_END(Testing)