The problem is I don't know about the number of digits in floating point part in the output.. I can't assign 4 for example.. there might be 100 digits in floating point for instance n. How can I solve it?
bcdiv('50','3',4); //16.6666
bcdiv('50','3'); // correct output => 16.66666666666667
Thank you so much...