refactor(numeric): rename numeric tool library
This commit is contained in:
parent
f60bd0e3e4
commit
5a5d34e908
@ -10,7 +10,7 @@ NAMESPACE_MODULE_BEGIN(Utility)
|
|||||||
NAMESPACE_BEGIN(Math)
|
NAMESPACE_BEGIN(Math)
|
||||||
|
|
||||||
template <CFloatingPoint T>
|
template <CFloatingPoint T>
|
||||||
struct TConstant
|
struct TNumbers
|
||||||
{
|
{
|
||||||
static constexpr T E = static_cast<T>(2.71828182845904523536028747135266249775724709369995);
|
static constexpr T E = static_cast<T>(2.71828182845904523536028747135266249775724709369995);
|
||||||
static constexpr T Log2E = static_cast<T>(1.44269504088896340735992468100189213742664595415299);
|
static constexpr T Log2E = static_cast<T>(1.44269504088896340735992468100189213742664595415299);
|
Loading…
Reference in New Issue
Block a user