fdiv
$f
->fdiv(nstr
[,n
])
- Returns $f divided by nstr to n places. If scale (the number of digits) is unspecified, division is computed to the number of digits given by:
max($div_scale, length(dividend)+length(divisor))
$f
->fdiv(nstr
[,n
])
max($div_scale, length(dividend)+length(divisor))