Contains implementations for the .unit. operator for all defined real types Returns a unit vector or array of unit vectors from an input vector or array of vectors Single vector implementations: B = .unit. A(1:NDIM) Vector list implementations: B(:) = .unit. A(1:NDIM, :)