Powers don't work properly
You can't calculate correctly the power of any number. For example if you try to calculate 12^12 you get 0 as the result. This happens because calc uses ** as the symbol for the power instead of ^ which is the one OrbCalculator is assuming.