Skip to documentation
SLOP

tiny.simd.pow

Reference tiny.simd pow

Defined in math.

Called byCallsprivate; no linkfun.sdfii.src.inverse.optimizerpowprivate; no linkfun.sdfii.src.navigation.trajectoryoptimizeTrajectoryfastmathfastPowfastmathfastPowNormaltest sourcelib.simd.src.mathtest: Highway contributed hypot and p...+2 moreprivate sourcelib.simd.src.mathmapBinarymathpow
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn pow(comptime D: type, base: D.Vector, exponent: D.Vector) D.Vector {    return mapBinary(D, base, exponent, .pow);}

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

zig
pub const pow = math.pow;

Complete caller list

7 direct callers.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433