Skip to documentation
SLOP

tiny.simd.logGamma

Reference tiny.simd logGamma

Defined in math.

Called byCallstest sourcelib.simd.src.mathtest: Highway contributed math sample...test sourcelib.simd.src.mathtest: Highway contributed roots error...private sourcelib.simd.src.mathmapUnarymathlogGamma
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/math.zig:133

zig
pub fn logGamma(comptime D: type, value: D.Vector) D.Vector {    return mapUnary(D, value, .log_gamma);}

Source: lib/simd/src/root.zig:428

zig
pub const logGamma = math.logGamma;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433