Rounding errors on Car History / blog
Rounding errors on Car History / blog
Author
Discussion

JonRB

Original Poster:

80,020 posts

301 months

Saturday 3rd April 2010
quotequote all
This one has been around for a while, but I don't think it's ever been captured as a bug report.

On the Car History Blog, the cost is rounded to the nearest whole pound and then displayed as £n.00
In other words, displaying 2 decimal places where the stored value is 0 decimal places.

It's a small issue, but really it should display the same level of precision that is stored - ie. whole numbers.

RacingPete

9,196 posts

233 months

Tuesday 6th April 2010
quotequote all
I have added this to the bug list.

We are going to do a sweep of that section soon to iron out a few of the little bugs and will make sure to include this in that update. thumbup

JonRB

Original Poster:

80,020 posts

301 months

Tuesday 6th April 2010
quotequote all
Cheers Pete. thumbup

JonRB

Original Poster:

80,020 posts

301 months

Sunday 27th January 2013
quotequote all


This issue is still here. If you enter a value in the car History/Costs (which is referred to as the blog at the higher level) as, say £44.69, then it is displayed as £45.00

I've no problem with it rounding a figure up to to the nearest whole pound, but it should then display £45 rather than £45.00