ICI Modules: bignum: div


Modules by name : by type

Synopsis

bignum = bignum.div(bignum, bignum)

Description

Returns a new bignum with a value that is the quotient of its arguments, the first being the dividend and the second being the divisor. Division by zero causes an error to be raised.