Mojo function
lgamma
lgamma(x: SIMD[type, size]) -> SIMD[type, size]
Computes the lgamma
of the inputs.
Constraints:
The input must be a floating-point type.
Args:
- x (
SIMD[type, size]
): The input argument.
Returns:
The lgamma
of the input.
![](https://static.scarf.sh/a.png?x-pxid=d240bcad-0bb5-4db6-8c37-9061bb991d8e)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!