Proektsoftbg / Calcpad

Free and open source software for mathematical and engineering calculations.
https://calcpad.eu
MIT License
304 stars 38 forks source link

math expression for power ** --> ^ #302

Closed MichalTFD closed 6 days ago

MichalTFD commented 1 week ago

Would it be possible to interpret both, the traditional ^ as well as as a power? as in 3^2 == 32 == 9

Proektsoftbg commented 1 week ago

Hi!

Thank you for your suggestion. I personally do not think this is good for a programming language - to have different operators for the same thing. Also, all operators so far are one symbol and just a single char is used at many places instead of string.