#include <complex>
Go to the source code of this file.
Define Documentation
#define CPPUNIT_ASSERT_COMPLEXES_EQUAL |
( |
|
expected, |
|
|
|
actual, |
|
|
|
delta |
|
) |
| |
Value:CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.real(), actual.real(), delta); \
CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.imag(), actual.imag(), delta);
Typedef Documentation
Function Documentation
bool is_complex |
( |
short |
x | ) |
[inline] |
bool is_complex |
( |
char |
x | ) |
[inline] |
bool is_complex |
( |
int |
x | ) |
[inline] |
bool is_complex |
( |
double |
x | ) |
[inline] |
bool is_complex |
( |
float |
x | ) |
[inline] |