Hi everyone,
My input data is shown in the table below. All fields are in Double format and the Output is calculated by the formula: A*B-C.
I want to keep two decimal places, but can anyone kindly tell me why the result is 1627.32 and not 1627.33? Thank you in advance!
| A | B | C | Output |
| 41473.25 | 0.1 | 2520 | 1627.325 |
