Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: bcmpChapter 8
Standard Modules
Next: Reference: bgcd
 

bdiv

$i->bdiv(bint)

Returns $i divided by bint. In list context, returns a two-element array containing the quotient of the division and the remainder; in scalar context, returns only the quotient.


Previous: Reference: bcmpPerl in a NutshellNext: Reference: bgcd
Reference: bcmpBook IndexReference: bgcd