Calculates the reciprocal of a vector.

// Returns (0.5, 0.5, 0.25)
const v = Chalkboard.vect.reciprocate(Chalkboard.vect.init(2, 2, 4));