Javascript Array unit()

Description

Javascript Array unit()

Array.prototype.unit = function() {
  return this.mul(1 / this.norm())
}



PreviousNext

Related