26namespace func_sketch::math {
51 static constexpr std::string_view
name =
"real number";
62 static constexpr std::string_view
name =
"integer number";
73 static constexpr std::string_view
name =
"complex number";
Definitions of common types.
double Real
Type of real numbers in this project.
std::complex< Real > Complex
Type of complex numbers in this project.
std::int32_t Integer
Type of integer numbers in this project.
constexpr std::string_view number_type_name
Name of the number type.
static constexpr std::string_view name
Name of number type.
static constexpr std::string_view name
Name of number type.
static constexpr std::string_view name
Name of number type.
Traits struct to get name of number type.