std::complex<T> width() const; std::complex<T> midpoint() const; std::complex<T> magnitute() const; std::complex<T> mignitute() const; std::complex<T> pivot() const; std::complex<T> size() const; std::complex<T> radius() const;
These functions provide metrics for the interval. These use the metrics provided in the interval<T> for both the real and imaginary parts.
Width of the interval.
Midpoint of the interval.
Magnitute of the interval.
Mignitute of the interval.
Pivot of the interval.
Size of the interval.
Radius of the interval.