Next: syslib numerics lcm, Previous: syslib numerics cube, Up: syslib numerics [Index]
Return the greatest common divisor of standalone x, an exact or inexact integer; return a fixnum, bignum or flonum.
Return the greatest common divisor between any couple of exact or inexact integers; return a fixnum, bignum or flonum.
Return the greatest common divisor between a fixnum and any exact or inexact integer; return a fixnum, bignum or flonum.
Return the greatest common divisor between a bignum and any exact or inexact integer; return a fixnum, bignum or flonum.
Return the greatest common divisor between a flonum and any exact or inexact integer; return a fixnum, bignum or flonum.
Return the greatest common divisor between any exact or inexact integer and a fixnum; return a fixnum, bignum or flonum.
Return the greatest common divisor between any exact or inexact integer and a bignum; return a fixnum, bignum or flonum.
Return the greatest common divisor between any exact or inexact integer and a flonum; return a fixnum, bignum or flonum.
Return the greatest common divisor between a fixnum and a fixnum; return a fixnum or bignum.
Return the greatest common divisor between a fixnum and a bignum; return a fixnum or bignum.
Return the greatest common divisor between a fixnum and a flonum; return a flonum.
Return the greatest common divisor between a bignum and a fixnum; return a fixnum or bignum.
Return the greatest common divisor between a bignum and a bignum; return a bignum.
Return the greatest common divisor between a bignum and a flonum; return a flonum.
Return the greatest common divisor between a flonum and a fixnum; return a flonum.
Return the greatest common divisor between a flonum and a bignum; return a flonum.
Return the greatest common divisor between a flonum and a flonum; return a flonum.
Next: syslib numerics lcm, Previous: syslib numerics cube, Up: syslib numerics [Index]