Skip to main content
Latest
File
export function norm(vector: number[]): number { return Math.hypot(...vector);}