29namespace func_sketch::expressions {
49struct fmt::formatter<func_sketch::expressions::FunctionCallExpression>
50 : fmt::formatter<string_view> {
59 format_context& context)
const -> format_context::iterator;
Class of mathematical functions.
Declaration of Expression class.
Definition of MathFunction class.
Struct of function call expressions.
std::vector< Expression * > arguments
Arguments.
math::MathFunction function
Function.