Crate bt_math

Source

Functionsยง

evaluate_expression
Public function that evaluate a mathematical expression with a combination of basic arithmetic operations and mathematical functions It strips spaces, tokenizes the input string, converts it to RPN, and then evaluates the RPN expression. Returns the results as a Float