module documentation
Provides recursive function linear_sum(S,n) that returns sum of first n numbers of sequence S.
Function | linear |
Return the sum of the first n numbers of sequence S. |
Provides recursive function linear_sum(S,n) that returns sum of first n numbers of sequence S.
Function | linear |
Return the sum of the first n numbers of sequence S. |