CLI calculator
Legacy Post
This post has been recovered from an alternative blogging platform that I've not used in many years. Some of the content may have been reworded so that it makes sense in the context of this site, however the substance of the content will be unchanged.
Dear friend
I made a command-line calculator in Java!
So far it can parse any non-algebraic equation no matter how long.
It knows PEMDAS (the correct order of operations) which means it will also solve anything inside of brackets…