![]() |
cpp-project-template 0.0.1.0
C++ Project Template
|
The namespace for this tutorial. More...
Functions | |
constexpr std::integral auto | factorial (std::integral auto n) |
Calculate the factorial of a given integral number. |
The namespace for this tutorial.
|
constexpr |
Calculate the factorial of a given integral number.
[in] | n | The number to calculate the factorial of. |