From 0835228780685c6c09aecee340f7dad47f24aff2 Mon Sep 17 00:00:00 2001
From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>
Date: Wed, 17 Jan 2024 17:59:12 +0100
Subject: [PATCH] Logarithm of the factorial

---
 man/lnfactorial.Rd | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 man/lnfactorial.Rd

diff --git a/man/lnfactorial.Rd b/man/lnfactorial.Rd
new file mode 100644
index 0000000..65cc945
--- /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
+}
-- 
GitLab