Skip to documentation
SLOP

tiny.simd.hypot

Reference tiny.simd hypot

Defined in math.

Called byCallsprivate; no linkfun.sdfii.src.corpus.generatearc entryprivate; no linkfun.sdfii.src.corpus.generatecross entryprivate; no linkfun.sdfii.src.corpus.generatecurve witnessprivate; no linkfun.sdfii.src.corpus.generatecut disk entryprivate; no linkfun.sdfii.src.corpus.generatedeep csg distance+21 moreprivate sourcelib.simd.src.mathmapBinarymathhypot
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn hypot(comptime D: type, a: D.Vector, b: D.Vector) D.Vector {    return mapBinary(D, a, b, .hypot);}

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

zig
pub const hypot = math.hypot;

Complete caller list

26 direct callers.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433