.. Copyright (c) 2020, J. D. Mitchell

   Distributed under the terms of the GPL license version 3.

   The full license is in the file LICENSE, distributed with this software.

Number of words
===============

The function :cpp:any:`libsemigroups::number_of_words` can be used to compute
the number of words over an alphabet with a given number of letters.

.. doxygenfunction:: libsemigroups::number_of_words(size_t n, size_t min, size_t max)
   :project: libsemigroups
