I have two variables of type number:
row.priceList
row.markUp
And a simple multiplication:
row.priceList = row.pricePurchase * row.markUp;
Why if I set pricePurchase to 1500 and markUp ad 2.3, the result is 3449.9999999999995 ?!
This is just a simple formula, with plain values...
Thanks to support