SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
logGamma

Functions

template<domain D :shared3p >
D float64 logGamma (D float64[[1]] x)
 

Detailed Description

Compute the logarithm of the Gamma function.

Note
D - shared3p protection domain
Supported types - float64
Parameters
x- input
Returns
returns log(Gamma(x))
Leakage
None

Function Documentation

◆ logGamma()

D float64 logGamma ( D float64[[1]]  x)