Skip to documentation
SLOP

tiny.simd.atanh

Reference tiny.simd atanh

Defined in math.

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

Source

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

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

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

zig
pub const atanh = math.atanh;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433