Blog o informatyce, elektronice i mechatronice.
fun f(x:int) = if x=1 then 2 else f(x-1)*f(x-1);
f(1); f(2); f(3); f(4); f(5);
Brak komentarzy:
Prześlij komentarz