#include "mycomplex.h"
Functions | |
ostream & | operator<< (ostream &left, const Complex &s) |
Formatted output. | |
Complex | log (const Complex &a) |
Principal log. |
Revision 1.4 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.3 2003/02/24 14:26:39 allanach Implementing DRbar parameters in loop corrections. Half way though: drbarpars now changes to MPZ notation, but need to get rid of pole masses in loop corrections (and re-calculate tadpoles).
Revision 1.3 2001/10/04 19:26:34 allanach New version deals with AMSB correctly
Revision 1.2 2001/10/03 13:34:16 allanach Changed name of complex.h to avoid conflict with STD libraries Minor change - int changed to float in log function Added proper header info