Skip to content

eveningkid/l2-norm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

l2 Norm

Implementation of the l2 norm.

Compute the euclidian/l2 norm of a vector.

npm install l2-norm
yarn add l2-norm
const l2norm = require('l2-norm');
l2norm([64, 42, 21]);
// ~79.38

License

eveningkid, MIT

About

Compute the euclidian/l2 norm of a vector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages