nortakales / vs-code-qalc

Interactive scratchpad calculator for VS Code
MIT License
70 stars 2 forks source link

Turn off rounding sum #21

Closed arvi closed 2 years ago

arvi commented 2 years ago

Hello,

I just installed Qalc and trying to figure how to sum without rounding. It prints 473 instead of 472.51

Sample Usage

Thanks

nortakales commented 2 years ago

Hmm, I may have chosen poor defaults for the settings. Either change qalc.output.notation to auto or change qalc.output.precision to something greater than 0 (whatever precision you want). I'm going to leave this issue open as a reminder to change the defaults, because the current ones lead to unexpected behavior I think.

nortakales commented 2 years ago

Default precision changed to 2 in v0.1.11

nortakales commented 2 years ago

https://github.com/nortakales/vs-code-qalc/commit/0ad15fef8012d77f4c4862d70cce48c60e65170a