$diff = $choice->GetAmount() - $choice->GetPrice();
If the input for both is equal i.e 1.25 and 1.25 it shows 2.2204460492503E-16 instead of 0
$diff = $choice->GetAmount() - $choice->GetPrice();
If the input for both is equal i.e 1.25 and 1.25 it shows 2.2204460492503E-16 instead of 0