Sometimes simple algebra can result in floating accuracy errors.
in this case, I encountered 12 * 1.6
which resulted in 19.20000000003
Is there a way to catch this issue or prevent it from happening? Accuracy is highly important so simply rounding or truncation would not be enough.