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