Public Member Functions | |
| complexe (float x, float y) | |
| complexe (complexe &c) | |
| complexe | operator= (complexe &c) |
| complexe | operator+ (complexe &c) |
| complexe | operator * (complexe &c) |
| float | mod2 () |
Public Attributes | |
| float | a |
| float | b |
Definition at line 24 of file complexe.h.
1.4.6-NO