Enum static_math::errors::VectorErrors [−][src]
pub enum VectorErrors {
Norm2IsZero,
}Expand description
Errors from Vectors
Variants
the norm cannot be zero
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VectorErrorsimpl Send for VectorErrorsimpl Sync for VectorErrorsimpl Unpin for VectorErrorsimpl UnwindSafe for VectorErrors