tool for adding parentheses to equations?
Posted
by jedierikb
on Stack Overflow
See other posts from Stack Overflow
or by jedierikb
Published on 2010-04-20T20:52:36Z
Indexed on
2010/04/21
4:33 UTC
Read the original article
Hit count: 301
Is there an online tool for adding parentheses to simple math equations? For example,
a + b * c
into
a + (b * c)
Those who paid more attention in math class might be able to tackle order of operations for huge equations in their head, but I could often use some help (and verification of my thinking).
I often encounter other people's libraries having equations and functions I need for my code, and this would be kind of helpful for debugging and understanding.
I was hoping Wolfram Alpha would do this, but the output is not easy to plug back into most programming languages e.g. a + (bc)
© Stack Overflow or respective owner