$f->fdiv(nstr[,n])
f
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))
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]