SLOP
tiny.simd.log10
Reference › tiny.simd › log10
Defined in math.
Static calls · unresolved targets: 0 · external targets: 0.
Source
Source: lib/simd/src/math.zig:99
1pub fn log10(comptime D: type, value: D.Vector) D.Vector {2 return mapUnary(D, value, .log10);3}
Source: lib/simd/src/root.zig:420
1pub const log10 = math.log10;
Audit
| Definitions | 1 |
|---|
| Public names | 2 |
|---|
| Members | 0 |
|---|
| Version | 26.7.0 |
|---|
| Revision | daab053ee433 |
|---|