Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: fcmpChapter 8
Standard Modules
Next: Reference: ffround
 

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))


Previous: Reference: fcmpPerl in a NutshellNext: Reference: ffround
Reference: fcmpBook IndexReference: ffround