How-to articles, tricks, and solutions about PRECISION
Limiting floats to two decimal points
To limit a float to two decimal points, you can use the round() function.