My previous question was put on hold as question was not clear.
Posting it again with specific query
My requirement is to solve any mathematical complex expressions using PHP. For example,
If I have a string "1(1+2)/3 + 4", using BODMAS rule, I have to solve it. But I have to also get all individual steps.
Two sites I have referred are:
http://www.careerbless.com/calculators/ScientificCalculator/
http://web2.0calc.com/
My first question is , which is the ideal language for these kind of problems. Also, is there any built in solution available so that I don't have to reinvent the wheel
Thanks in advance