Go to the first, previous, next, last section, table of contents.


Lists of numbers

Author(s): The CLIP Group.

Version: 1.11#113 (2003/12/22, 18:22:36 CET)

This module implements some kinds of lists of numbers.

Usage and interface (numlists)

Documentation on exports (numlists)

PREDICATE: get_primes/2:

Usage: get_primes(N, Primes)

REGTYPE: intlist/1:

Usage: intlist(X)

REGTYPE: numlist/1:

Usage: numlist(X)

PREDICATE: sum_list/2:

Usage: sum_list(List, N)

PREDICATE: sum_list/3:

Usage: sum_list(List, N0, N)

PREDICATE: sum_list_of_lists/2:

Usage: sum_list_of_lists(Lists, N)

PREDICATE: sum_list_of_lists/3:

Usage: sum_list_of_lists(Lists, N0, N)


Go to the first, previous, next, last section, table of contents.