Maths formula parser
698700Apr 28 2009 — edited Jul 20 2012Hi,
Does oracle provide any function that parses and evaluets a math formula/expression by resolving the operator precedence in it.
e.g. I have a math formula in the form of a string variable '(2+3)*(4+5)'
Does oracle have a function that will resolve this and return answer 45.
OR
Does anyone have a stored proc/func for this that I can use.
Any help is appreciated.
Thanks in advance.