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