normalize a javascript array
npm install normal
normal======
``jsvar t = [1,34,455,564,4,435,23,555,23]var n = normal(t, 100)// n is now an array normalized to a scale of 100console.log(n)`
jsvar t = [1,34,455,564,4,435,23,555,23]var n = normal(t, 100)// n is now an array normalized to a scale of 100console.log(n)
Install
`bashnpm install normal``
bashnpm install normal