pub trait MixedWrapPhase {
    fn mixed_wrap_phase(&self) -> Self;
}

Required methods

Wrapps self to the -π=<x<π range.

Implementations on Foreign Types

Implementors