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