Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::complex< float > Class Template Reference
#include <std_complex.h>
List of all members.
Public Types
Public Methods
Friends
class
complex< double >
class
complex< long double >
template<> class std::complex< float >
Member Typedef Documentation
typedef float value_type
Member Function Documentation
complex (
float
r
= 0.0f,
float
i
= 0.0f )
[inline]
complex (
const complex< double > &
__z
)
[inline, explicit]
complex (
const complex< long double > &
__z
)
[inline, explicit]
float real (
) const
[inline]
float imag (
) const
[inline]
complex
< float > & operator= (
float
__f
)
[inline]
complex
< float > & operator+= (
float
__f
)
[inline]
complex
< float > & operator-= (
float
__f
)
[inline]
complex
< float > & operator *= (
float
__f
)
[inline]
complex
< float > & operator/= (
float
__f
)
[inline]
complex
< float > & operator= (
const
complex
< _Tp > &
__z
)
[inline]
complex
< float > & operator+= (
const
complex
< _Tp > &
__z
)
[inline]
complex
< float > & operator-= (
const
complex
< _Tp > &
__z
)
[inline]
complex
< float > & operator *= (
const
complex
< _Tp > &
__z
)
[inline]
complex
< float > & operator/= (
const
complex
< _Tp > &
__z
)
[inline]
Friends And Related Function Documentation
friend class
complex
< double >
[friend]
friend class
complex
< long double >
[friend]
The documentation for this class was generated from the following file:
std_complex.h
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001