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