Skip to documentation
SLOP

tiny.simd.log

Reference tiny.simd log

Defined in math.

Called byCallsfastmathfastLogfastmathfastLogPositiveNormalprivate sourcelib.simd.src.mathrequireFloatmathlog
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433