Skip to documentation
SLOP

tiny.simd.atan2

Reference tiny.simd atan2

Defined in math.

Called byCallsprivate; no linkfun.sdfii.src.corpus.generatelens entryprivate; no linkfun.sdfii.src.corpus.generatestar branchprivate; no linkfun.sdfii.src.corpus.generatestar closed formprivate; no linkfun.sdfii.src.sdf.gradientpolarRepeatTransformprivate; no linkfun.sdfii.src.sdf.vjppolarRepeatPoint+2 moreprivate sourcelib.simd.src.mathmapBinarymathatan2
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const atan2 = math.atan2;

Complete caller list

7 direct callers.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433