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

Use of decimal comma #54

Closed mhaustein closed 2 years ago

mhaustein commented 2 years ago

Is there a way to configure kalker to use a decimal comma instead of the decimal point, like defining a locale? (I can remap my numeric keypad, but that doesn't help with copy-pasting numbers from and to other applications.)

PaddiM8 commented 2 years ago

Hmm, it is not currently possible, and I'm not sure it is worth implementing. Commas are already used for when you have multiple function arguments, so it would get a bit ambiguous. It's certainly doable, but I feel like it would add unnecessary complexity. I'll close the issue for now, but the situation may change...