Limit decimal precision to 15 places.

This prevents numerical operations from showing ugly floating point
representation errors like 29994.9999999997; just show 29995 instead.
1 file changed