Returns the vector with nonnegative components.
Returns the standard vector sum of this vector and another.
Returns the standard cross product of this vector and another.
Returns the standard dot product of this vector and another.
Reports whether this vector and another precise vector are equal.
Reports whether this vector is of unit length.
Reports if this vector is exactly 0 efficiently.
Returns the axis that represents the largest component in this vector.
Returns the standard scalar product of this vector and a BigFloat.
Returns the standard scalar product of this vector and a float.
Returns the square of the norm.
Returns the axis that represents the smallest component in this vector.
Returns the standard vector difference of this vector and another.
Returns a string representation of the vector.
Converts this precise vector to a Vector.
Represents a point in ℝ³ using high-precision values. Note that this is NOT a complete implementation because there are some operations that Vector supports that are not feasible with arbitrary precision math.