module documentation

Provides recursive function binary_sum computing the sum of a sequence of numbers.

Function binary_sum Return the sum of the numbers in implicit slice S[start:stop].
def binary_sum(S, start, stop):

Return the sum of the numbers in implicit slice S[start:stop].