refactor(numeric): rename numeric tool library

This commit is contained in:
Redstone1024 2024-11-26 12:04:53 +08:00
parent f60bd0e3e4
commit 5a5d34e908
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ NAMESPACE_MODULE_BEGIN(Utility)
NAMESPACE_BEGIN(Math)
template <CFloatingPoint T>
struct TConstant
struct TNumbers
{
static constexpr T E = static_cast<T>(2.71828182845904523536028747135266249775724709369995);
static constexpr T Log2E = static_cast<T>(1.44269504088896340735992468100189213742664595415299);