Skip to documentation
SLOP

tiny.simd.tanh

Reference tiny.simd tanh

Defined in math.

Called byCallsfastmathfastTanhtest sourcelib.simd.src.mathtest: Highway contributed math sample...private sourcelib.simd.src.mathmapUnarymathtanh
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const tanh = math.tanh;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433