Skip to documentation
SLOP

tiny.simd.atan

Reference tiny.simd atan

Defined in math.

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

Source

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

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

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

zig
pub const atan = math.atan;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433