DragonFly On-Line Manual Pages

Search: Section:  


cl_stats(1)            DragonFly General Commands Manual           cl_stats(1)

       Authors: Enrique Marcote (enrique.marcote@erlang-consulting.com) Miguel
       Rodriguez (miguel@erlang-consulting.com)

MODULE

cl_stats

DESCRIPTION

Statistics library.

EXTERNAL EXPORTS

Functions for statistics. combinations(M, N) -> R Types M = int() N = int() R = error | int() Computes the combinations of M elements taken by N without repetitions. This functions exits if (M < 0), (N < 0) or (M < N).

SEE ALSO

common_lib(1) common_lib Version: 3.3.4 cl_stats(1)

Search: Section: