Generate an accompaniement for a given melody
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fact.hpp File Reference

Small example of writing good code. More...

Go to the source code of this file.

Functions

unsigned factorial (unsigned n)
 

Detailed Description

Small example of writing good code.

Function Documentation

unsigned factorial ( unsigned  n)

Function calculating the factorial (dummy example)

Parameters
n: the number you want to compute the factorial
Returns
n!
Note
be careful of overflow