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