Skip to content

Calculator gui miscommunicates exponentiation to calc library.

I can only assume the ^ symbol in the calculator gui is supposed to mean exponentiation. But when passed on to the calc library for evaluation it is interpreted as bitwise xor.

Edited by Kjell Tore Ullavik