GenAutomata Sections NuprlLIB Doc

Def fib(n) == if n=0 n=1 1 else fib(n-1)+fib(n-2) fi (recursive)

is mentioned

In prior sections: num thy 1


GenAutomata Sections NuprlLIB Doc