Literature.
[1] J. Komara. Specification and Verification of Programs. Online.
[2] Ján Kľuka. Úvod do deklaratívneho programovania. Online.
[3] Ján Komara. Recursive Functions. Online.
Summation. The following component contains a primitive recursive definition of the summation function :
Fibonacci sequence. Specification of the function computing the -th element of the Fibonacci sequence:
Find a course of values recursive definition of .
Integer division. Specification of the integer division function :
Find a course of values recursive definition of .
Remainder. Specification of the remainder function :
Find a course of values recursive definition of .