Skip to documentation
SLOP

tiny.simd.fastAtan2

Reference tiny.simd fastAtan2

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast binary and positiv...mathatan2fastmathfastAtan2
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn fastAtan2(comptime D: type, y: D.Vector, x: D.Vector) D.Vector {    return math.atan2(D, y, x);}

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

zig
pub const fastAtan2 = fastmath.fastAtan2;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433