![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
Go to the source code of this file.
Classes | |
class | FX::FXComplexf |
Single-precision complex. More... | |
Namespaces | |
namespace | FX |
Functions | |
FXComplexf | FX::conjugate (const FXComplexf &c) |
FXComplexf | FX::polar (FXfloat mod, FXfloat arg) |
FXComplexf | FX::exponent (const FXComplexf &c) |
FXComplexf | FX::logarithm (const FXComplexf &c) |
FXbool | FX::operator== (const FXComplexf &c, FXfloat r) |
FXbool | FX::operator!= (const FXComplexf &c, FXfloat r) |
FXbool | FX::operator== (FXfloat r, const FXComplexf &c) |
FXbool | FX::operator!= (FXfloat r, const FXComplexf &c) |
FXComplexf | FX::operator+ (const FXComplexf &a, const FXComplexf &b) |
FXComplexf | FX::operator- (const FXComplexf &a, const FXComplexf &b) |
FXComplexf | FX::operator* (const FXComplexf &a, const FXComplexf &b) |
FXComplexf | FX::operator/ (const FXComplexf &a, const FXComplexf &b) |
FXComplexf | FX::operator+ (const FXComplexf &a, FXfloat b) |
FXComplexf | FX::operator- (const FXComplexf &a, FXfloat b) |
FXComplexf | FX::operator* (const FXComplexf &a, FXfloat b) |
FXComplexf | FX::operator/ (const FXComplexf &a, FXfloat b) |
FXComplexf | FX::operator+ (FXfloat a, const FXComplexf &b) |
FXComplexf | FX::operator- (FXfloat a, const FXComplexf &b) |
FXComplexf | FX::operator* (FXfloat a, const FXComplexf &b) |
FXComplexf | FX::operator/ (FXfloat a, const FXComplexf &b) |
FXStream & | FX::operator<< (FXStream &store, const FXComplexf &c) |
FXStream & | FX::operator>> (FXStream &store, FXComplexf &c) |
![]() |