diff --git a/man/lnfactorial.Rd b/man/lnfactorial.Rd new file mode 100644 index 0000000000000000000000000000000000000000..65cc945bea06bbbd2fc86361b3702157d1b84da7 --- /dev/null +++ b/man/lnfactorial.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/lnfact.R +\name{lnfactorial} +\alias{lnfactorial} +\title{Logarithm of the factorial} +\usage{ +lnfactorial(n) +} +\arguments{ +\item{n}{positive integer.} +} +\value{ +Numeric value. The logarithm of the factorial. +} +\description{ +Computes the logarithm of the factorial of a positive integer. +} +\author{ +Pierre Santagostini, Nizar Bouhlel +}