Zim

Comment 0 for bug 1131921

Revision history for this message
Oliver Hahn (oliver-hahn-hamburg) wrote :

---
When using the arithmetic plug-in some calculation results show a lot of unnecessary decimal places.

---
Steps to reproduce,

1. Enable the arithmetic plug-in
2. Enter the following lines:

a=336/((1433600/64)/3600)
a=

3. Hit F5

a=54.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

---
It would be nice to be able to limit the number of displayed decimal places.
Even better would be to be able to use functions like in the calculator plug-in,
So that the following would be possible:

a=336/((1433600/64)/3600)
a=round(a)
a=

---
running zim 0.59 on Ubuntu