Skip to documentation
SLOP

tiny.simd.fastTan

Reference tiny.simd fastTan

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast math stays within ...mathtanfastmathfastTan
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/fastmath.zig:4

zig
pub fn fastTan(comptime D: type, value: D.Vector) D.Vector {    return math.tan(D, value);}

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

zig
pub const fastTan = fastmath.fastTan;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433