compute-l2norm
Computes the L2 norm (Euclidean norm) of an array of values.
unlerp
opposite of lerp; get normalized range between two bounds
compute-l1norm
Computes the L1 norm (Manhattan norm) of an array of values.
compute-linfnorm
Computes the infinity norm (Chebyshev/supremum norm) of an array of values.