Calculates the reciprocal of a vector.
// Returns (0.5, 0.5, 0.25)const v = Chalkboard.vect.reciprocate(Chalkboard.vect.init(2, 2, 4)); Copy
// Returns (0.5, 0.5, 0.25)const v = Chalkboard.vect.reciprocate(Chalkboard.vect.init(2, 2, 4));
The vector
Calculates the reciprocal of a vector.
Example