I recently discovered that when I multiply 6.1 * 3, and convert the product to a string using
product & “”
the result is a string with repeating decimals, even though the numeric result is simply 18.3.
This is actually causing a serious problem in my...