I know, this is not the Google bug tracker, but maybe the problem is my poor understanding of math.
Ask Google to convert pica to mm. (Pica is a measurement unit used in typography.)
https://www.google.com/search?q=pica+to+mm
In the Pica field, type 49.5. The result in mm will be 209.55, but Google also says that to calculate it manually, the user should multiply the value in mm by 4.233.
49.5 × 4.233 gives us 209.5335, which can be rounded to 209.53. How is it possible that it was rounded to 209.55 instead?

The PostScript pica is exactly 1⁄6 of an inch, and the PostScript inch is exactly 25.4 cm (and the centimeter is exactly 100 mm, of course).
So instead of multipyling 49.5 by 4.233, one should multiply it by 25.4 and then divide by 6, and this is exactly 209.55.
Thanks everyone.