Exactly computes the dot product between two vectors
npm install robust-dot-productrobust-dot-product
==================
Exactly computes the dot product between vectors as an nonoverlapping increasing sequence.
npm install robust-dot-product
``javascript
var robustDot = require("robust-dot-product")
robustDot([2, 3], [4, 5])
`
* a, b` are both arrays of numbers
Returns A nonoverlapping increasing sequence representing the dot product of a and b