Funkcje rekurencyjne pomoc w rozwiazaniu zadania
: 4 sty 2010, 16:02
Zefiniować operacje:
a. odejmowania sub(x; y) = x – y,
b. reszty z dzielenia mod(x; y) = mod(x / y)
jako elementarne funkcje rekurencyjne .
a. odejmowania sub(x; y) = x – y,
b. reszty z dzielenia mod(x; y) = mod(x / y)
jako elementarne funkcje rekurencyjne .