Skip to documentation
SLOP

tiny.simd.tan

Reference tiny.simd tan

Defined in math.

Called byCallsfastmathfastTantest sourcelib.simd.src.mathtest: Highway contributed elementary ...test sourcelib.simd.src.mathtest: Highway contributed math sample...private sourcelib.simd.src.mathrequireFloatmathtan
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn tan(comptime D: type, value: D.Vector) D.Vector {    requireFloat(D.Lane);    return @tan(value);}

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

zig
pub const tan = math.tan;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433