24namespace func_sketch::math {
Class of lists of constants.
void emplace(const std::string &name, Number value)
Append a constant to the list.
std::variant< Integer, Real, Complex > Number
Type of numbers.
Definition of ConstantList class.
ConstantList generate_constant_list()
Generate a list of built-in constants.