Skip to documentation
SLOP

tiny.simd.sinh

Reference tiny.simd sinh

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.mathmapUnarymathsinh
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const sinh = math.sinh;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433