| 
 |  | 
   #include <complex.h>
   class complex {
   
   public:
   	friend complex	sin(complex);
   	friend complex	cos(complex);
   
   	friend complex	sinh(complex);
   	friend complex	cosh(complex);
   };
These error-handling procedures may be changed with the function complex_error(3C++).