26namespace func_sketch {
43using Number = std::variant<Integer, Real, Complex>;
double Real
Type of real numbers in this project.
std::variant< Integer, Real, Complex > Number
Type of numbers.
std::complex< Real > Complex
Type of complex numbers in this project.
std::int32_t Integer
Type of integer numbers in this project.