tiny.simd.tgamma
Defined in math.
Source
Source: lib/simd/src/math.zig:129
zig
pub fn tgamma(comptime D: type, value: D.Vector) D.Vector { return mapUnary(D, value, .tgamma);}Source: lib/simd/src/root.zig:427
zig
pub const tgamma = math.tgamma;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |