Skip to documentation
SLOP

tiny.simd.expm1

Reference tiny.simd expm1

Defined in math.

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

Source

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

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

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

zig
pub const expm1 = math.expm1;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433