casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
Complex.h File Reference

Go to the source code of this file.

Classes

struct  casa::Complex_global_functions_Complex_desc
 Single and double precision complex numbers. More...

Namespaces

namespace  casa
 this file contains all the compiler specific defines
namespace  std
 Define real & complex conjugation for non-complex types and put comparisons into std namespace.

Functions

float std::conj (float x)
double std::conj (double x)
float std::real (float x)
double std::real (double x)
float std::imag (float)
double std::imag (double)