Vic Wertz
Chief Technical Officer
|
| 1 person marked this as a favorite. |
Kind of... while the star display rounds to the nearest half-star, the calculation we do rounds to the nearest .1, and that's actually visible in the source html of the product page.
For example, if you look at the Pathfinder RPG Core Rulebook, you'll see it has a rating of 4.5 stars, but if you look at the page source, you'll see the following element, which reveals that the calculated average is actually slightly higher:
<meta itemprop="ratingValue" content="4.60" />