MCPcopy Create free account
hub / github.com/TheAlgorithms/C / vector_norm

Function vector_norm

geometry/vectors_3d.c:138–148  ·  view source on GitHub ↗

* Compute the norm a vector. * @f[\lVert\vec{a}\rVert = \sqrt{\vec{a}\cdot\vec{a}} @f] * @param[in] a input vector * @returns norm of the given vector */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

unit_vecFunction · 0.85
get_angleFunction · 0.85
testFunction · 0.85

Calls 1

dot_prodFunction · 0.85

Tested by

no test coverage detected