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