ourMELONS/man/log_gamma.Rd

19 lines
341 B
Text
Raw Permalink Normal View History

2019-12-16 16:36:51 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/log_gamma.R
\name{log_gamma}
\alias{log_gamma}
\title{Log Gamma}
\usage{
log_gamma(x)
}
\arguments{
\item{x}{number}
}
\value{
log(gamma(x)) for x > 0, Inf otherwise
}
\description{
Equal to log(gamma(x)) with special handling of x < 0 for
2019-12-16 16:36:51 +01:00
Matlab compatibility
}