i have a string like that
str = "4975 + 10 * (LOG(250.6)) - 321.2"
i want to compute the result of this operation. Is there any sort way to do that?
// my operation just includes some of operators (,), +, -, *, / , ., 0-9, LOG
// '.' is used for double number