Timur

Results 44 comments of Timur

Also: > 1001 kg = 1.001 Mg Implementing #1314 would be nice and could address this issue as well :)

Hi @Dialga, Thanks for the suggestion! I will see if the `_` character conflicts with any built in function or syntax. If not, should be easy to implement. As for...

`_` is now available in [v5.1.0](https://github.com/bornova/numara-calculator/releases/tag/v5.1.0). Thanks for the request and please let me know if you find any bugs.

Not at the moment unfortunately 😞

Hi @shibaVV, Yes, that's one feature I could use myself. I will see if I can add a save method where users can save the calculations to a file on...

Hi @shibaVV, Thanks for the feedback! One reason for requiring string input is that non-string inputs are usually interpreted as variables. Please take the following example: ![Image](https://github.com/user-attachments/assets/f59c1571-533a-447e-9d8b-b05ead3f013c) For more usage...

Hi @shibaVV, Closing this for now. Please let me know if you have any other questions!

Hi @Arrosoir-bleu, Yes, there seems to be a mistake in the way complex numbers are formatted. I will release a fix asap. Thanks for reporting!

Hi @shelbysam, That is a limitation unfortunately. Because Numara has many functions where you can pass a comma separated list as parameter. For example, if you copied and pasted `max(1,234)`,...

Should now be fixed with [v5.8.1](https://github.com/bornova/numara-calculator/releases/tag/v5.8.1)