Skip to documentation
SLOP

tiny.simd.log1p

Reference tiny.simd log1p

Defined in math.

Called byCallsfastmathfastLog1pfastmathfastLog1pPositiveNormaltest sourcelib.simd.src.mathtest: Highway contributed logarithmic...test sourcelib.simd.src.mathtest: Highway contributed math sample...private sourcelib.simd.src.mathmapUnarymathlog1p
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const log1p = math.log1p;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433