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