evaluate_expression

evaluate_expression(expression) -> 

Evaluates a mathematical expression with support for floor function notation and power notation.

Parameters:
NameDescription
expressionThe mathematical expression to evaluate.

It can only contain one symbol ‘x’.