PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.59k stars 70 forks source link

Or and not logic symbols swapped in help and on website #112

Closed tkkot closed 1 year ago

tkkot commented 1 year ago

On the kalker.xyz website and in the output of help command, when describing the tab-insertion of special characters, the symbols for OR and NOT logical operators are swapped.

help:

or becomes ¬
not becomes ∨ 

website: image

PaddiM8 commented 1 year ago

Thanks! Should be fixed now.