tiny.simd.tan
Defined in math.
Source
Source: lib/simd/src/math.zig:68
zig
pub fn tan(comptime D: type, value: D.Vector) D.Vector { requireFloat(D.Lane); return @tan(value);}Source: lib/simd/src/root.zig:414
zig
pub const tan = math.tan;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |