Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.2 DD-00006-012

6.3.13 Complex Conjugation

rc_interval<T> conjugated() const; 
rc_interval<T>& conjugate();

Complex conjugate functions for the RC 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.