We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code:
<?php bcdiv('0.03772321', '9650.0', 8); bcdiv('0.03772321', '9650.0', 9);
Resulted in this output:
"0.00003909" "0.000003909"
But I expected this output instead:
"0.00000390" "0.000003909"
PHP 8.4.2
No response