Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.0 DD-00006-010
6.2.13 Complex Conjugation
kc_interval<T> conjugated() const;
kc_interval<T>& conjugate();

Complex conjugate functions for the KC  interval.

conjugated()


Returns a conjugated version of the interval.

conjugate()


Sets the current interval to it’s complex conjugate and return a reference to it.