Percentage increase and decrease #613
-
|
Dear @hanna-kn, Percentage decrease calculator says here that the image weight was reduced by 84%. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The GUIs (qalculate-gtk and qalculate-qt) provides a dialog for simple percentage calculation. With qalc you will have to resort to simple division, e.g. |
Beta Was this translation helpful? Give feedback.

The GUIs (qalculate-gtk and qalculate-qt) provides a dialog for simple percentage calculation.
With qalc you will have to resort to simple division, e.g.
64949/406958 − 1. This will return −0.84. Multiply with 100 or useto %(or->%), e.g.qalc 64949/406958-1 to %, to get the result in percent.