FuncSketch
Loading...
Searching...
No Matches
convert_expression.h File Reference

Declaration of convert_expression function. More...

Include dependency graph for convert_expression.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

expressions::ExpressionPtr func_sketch::parser::convert_expression (const ParsedExpression &parsed_expression, const math::MathFunctionList &math_function_list, const math::ConstantList &constant_list)
 Convert parsed expression.

Detailed Description

Declaration of convert_expression function.

Definition in file convert_expression.h.

Function Documentation

◆ convert_expression()

expressions::ExpressionPtr func_sketch::parser::convert_expression ( const ParsedExpression & parsed_expression,
const math::MathFunctionList & math_function_list,
const math::ConstantList & constant_list )
nodiscard

Convert parsed expression.

Parameters
[in]parsed_expressionParsed expression to convert.
[in]math_function_listList of math functions.
[in]constant_listList of constants.
Returns
Converted expression.

Definition at line 222 of file convert_expression.cpp.