Skip to documentation
SLOP

tiny.simd.fastAtanPositive

Reference tiny.simd fastAtanPositive

Defined in fastmath.

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

Source

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

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

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

zig
pub const fastAtanPositive = fastmath.fastAtanPositive;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433