|
Classes |
| class | VrComplex |
Functions |
| float | imag (const VrComplex &x) |
| float | real (const VrComplex &x) |
| VrComplex | operator+ (const VrComplex &x, const VrComplex &y) |
| VrComplex | operator+ (const VrComplex &x, float y) |
| VrComplex | operator+ (float x, const VrComplex &y) |
| VrComplex | operator- (const VrComplex &x, const VrComplex &y) |
| VrComplex | operator- (const VrComplex &x, float y) |
| VrComplex | operator- (float x, const VrComplex &y) |
| VrComplex | operator * (const VrComplex &x, const VrComplex &y) |
| VrComplex | operator * (const VrComplex &x, float y) |
| VrComplex | operator * (float x, const VrComplex &y) |
| VrComplex | operator/ (const VrComplex &x, float y) |
| VrComplex | operator+ (const VrComplex &x) |
| VrComplex | operator- (const VrComplex &x) |
| bool | operator== (const VrComplex &x, const VrComplex &y) |
| bool | operator== (const VrComplex &x, float y) |
| bool | operator== (float x, const VrComplex &y) |
| bool | operator!= (const VrComplex &x, const VrComplex &y) |
| bool | operator!= (const VrComplex &x, float y) |
| bool | operator!= (float x, const VrComplex &y) |
| double | hypot (double, double) |
| float | abs (const VrComplex &x) |
| float | arg (const VrComplex &x) |
| VrComplex | polar (float r, float t) |
| VrComplex | conj (const VrComplex &x) |
| float | norm (const VrComplex &x) |
| VrComplex | operator/ (const VrComplex &x, const VrComplex &y) |
| VrComplex | operator/ (float x, const VrComplex &y) |
| VrComplex | cos (const VrComplex &) |
| VrComplex | cosh (const VrComplex &) |
| VrComplex | exp (const VrComplex &) |
| VrComplex | log (const VrComplex &) |
| VrComplex | pow (const VrComplex &, const VrComplex &) |
| VrComplex | pow (const VrComplex &, float) |
| VrComplex | pow (const VrComplex &, int) |
| VrComplex | pow (float, const VrComplex &) |
| VrComplex | sin (const VrComplex &) |
| VrComplex | sinh (const VrComplex &) |
| VrComplex | sqrt (const VrComplex &) |
| char | real (const char &c) |
| char | imag (const char &) |
| short | real (const short &s) |
| short | imag (const short &) |
| int | real (const int &i) |
| int | imag (const int &) |
| float | real (const float &f) |
| float | imag (const float &) |
| istream & | operator>> (istream &, VrComplex &) |
| ostream & | operator<< (ostream &, const VrComplex &) |