next up previous contents index
Next: Application of numeric abstractions Up: Arithmetic Operations Previous: succ   Contents   Start


Multiplying two numbers: mult


(define mult 
   (lambda (m n)
      (compose m n)))


Multiplication even looks simper than addition. Please refer to the analysis on page [*].



Georg P. Loczewski 2004-03-05


Impressum und Datenschutz