ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
interface | pm_mathFactorial::getFactorial |
Generate and return the factorial of the input positive integer. More... | |
interface | pm_mathFactorial::getLogFactorial |
Generate and return the natural logarithm of the factorial of the input positive whole real number. More... | |
Modules | |
module | pm_mathFactorial |
This module contains procedures and generic interfaces for the Factorial function. | |
Variables | |
character(*, SK), parameter | pm_mathFactorial::MODULE_NAME = "@pm_mathFactorial" |