I need to divide the value 6999.99 by 3, but when dividing it returns 2333.00 or does not return the cents, a hypothetical example follows:
$parcelas = 3;
$valor = double(6.999,99); //já usei com e sem double e na mesma
$valorTotal = number_fo...
asked by
16.01.2017 / 19:05