Next: syslib numerics square, Previous: syslib numerics mul, Up: syslib numerics [Index]
Divide any couple of numbers and return the result.
Divide a fixnum with a number and return the result.
Divide a bignum with a number and return the result.
Divide a flonum with a number and return the result.
Divide a ratnum with a number and return the result.
Divide a compnum with a number and return the result.
Divide a cflonum with a number and return the result.
Divide any number with a fixnum and return the result.
Divide any number with a bignum and return the result.
Divide any number with a flonum and return the result.
Divide any number with a ratnum and return the result.
Divide any number with a compnum and return the result.
Divide any number with a cflonum and return the result.
Divide a fixnum with a fixnum and return the result as a fixnum or ratnum.
Divide a fixnum with a bignum and return the result as a ratnum.
Divide a fixnum with a flonum and return the result as a flonum.
Divide a fixnum with a ratnum and return the result as fixnum, bignum or ratnum.
Divide a fixnum with a compnum and return the result as a compnum.
Divide a fixnum with a cflonum and return the result as a cflonum.
Divide a bignum with a fixnum and return the result as a fixnum, bignum or ratnum.
Divide a bignum with a bignum and return the result as a fixnum, bignum or ratnum.
Divide a bignum with a flonum and return the result as a flonum.
Divide a bignum with a ratnum and return the result as a fixnum, bignum or ratnum.
Divide a bignum with a compnum and return the result as a compnum.
Divide a bignum with a cflonum and return the result as a cflonum.
Divide a flonum with a fixnum and return the result as a flonum.
Divide a flonum with a bignum and return the result as a flonum.
Divide a flonum with a flonum and return the result as a flonum.
Divide a flonum with a ratnum and return the result as a flonum.
Divide a flonum with a compnum and return the result as a cflonum.
Divide a flonum with a cflonum and return the result as a cflonum.
Divide a ratnum with a fixnum and return the result as a fixnum, bignum or ratnum.
Divide a ratnum with a ratnum and return the result as a fixnum, bignum or ratnum.
Divide a ratnum with a flonum and return the result as a flonum.
Divide a ratnum with a ratnum and return the result as a fixnum, bignum or ratnum.
Divide a ratnum with a compnum and return the result as a compnum.
Divide a ratnum with a cflonum and return the result as a cflonum.
Divide a compnum with a fixnum and return the result as a compnum.
Divide a compnum with a bignum and return the result as a compnum.
Divide a compnum with a ratnum and return the result as a compnum.
Divide a compnum with a compnum and return the result as a compnum.
Divide a compnum with a flonum and return the result as a cflonum.
Divide a compnum with a cflonum and return the result as a cflonum.
Divide a cflonum with a fixnum and return the result as a cflonum.
Divide a cflonum with a bignum and return the result as a cflonum.
Divide a cflonum with a ratnum and return the result as a cflonum.
Divide a cflonum with a flonum and return the result as a cflonum.
Divide a cflonum with a compnum and return the result as a cflonum.
Divide a cflonum with a cflonum and return the result as a cflonum.
Next: syslib numerics square, Previous: syslib numerics mul, Up: syslib numerics [Index]