Skip to documentation
SLOP

tiny.simd.cbrtNormal

Reference tiny.simd cbrtNormal

Defined in math.

Called byCallstest sourcelib.simd.src.mathtest: Highway contributed logarithmic...private sourcelib.simd.src.mathmapUnarymathcbrtNormal
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/math.zig:59

zig
pub fn cbrtNormal(comptime D: type, value: D.Vector) D.Vector {    return mapUnary(D, value, .cbrt);}

Source: lib/simd/src/root.zig:412

zig
pub const cbrtNormal = math.cbrtNormal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433