tiny.simd.fastAtan2
Defined in fastmath.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |