Skip to documentation
SLOP

tiny.simd.fastAtan

Reference tiny.simd fastAtan

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast binary and positiv...test sourcelib.simd.src.fastmathtest: Highway fast math stays within ...mathatanfastmathfastAtan
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const fastAtan = fastmath.fastAtan;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433