Hi
Dne Tue, 31 May 2011 10:51:35 +0200 Michal Čihař michal@cihar.com napsal(a):
Hi
Dne Tue, 31 May 2011 10:43:01 +0200 Tyron Madlener tyronx@gmail.com napsal(a):
One more patch suggestion:
- Commit 9385012b97b4c188618ee8658d4e7a3b9200aa5d
The status page displays percentual and averaged numbers, which for very low values displays 0.0% or 0.0 which is mathematically seen incorrect. The supplied patch changes such values into "<0.1", or verbally expressed: "Smaller than the smallest value I can display". It's calculated with "(1/PMA_pow(10,$comma))", so its always the smallest displayable value.
Makes sense.
Er, actually not, because you should display 0 when then value is 0 and not <1 in such case.