Modern-cmake documentation

Add your content using reStructuredText syntax. See the reStructuredText documentation for details.

file fact.hpp

Functions

unsigned int factorial(unsigned int x)

Compute the factorial of an integer

Parameters:

x – the parameter.

Returns:

: The result of x!.

dir include/fact
dir include