QUOTE(blue penguin @ Jun 8 2017, 01:31)

Did I hit some obscure rounding issue?
Yep.
It costs additional SFs by 2% per level gap.
CODE
500 * (1 + max(0, equip_level - player_level) * 0.02)
In your case, an error results from Floating Point Inaccuracy
CODE
1+0.86 = 1.8599999999999999