More...
Classes and global functions for standard library use
See below for an overview of the classes in this module.
Synopsis
This module is a bag of related standard library classes and global functions.
The following functionality is available:
Tip: You may want to look at the individual header files to see whether you might not prefer to include only the header files you really need; it may be more efficient to do so;
◆ atan()
DComplex casacore::Complex_global_functions_Complex_desc::atan |
( |
const DComplex & |
in | ) |
|
Inverse trigonometry.
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
atan not valid for z == -1
◆ erf()
DComplex casacore::Complex_global_functions_Complex_desc::erf |
( |
const DComplex & |
in | ) |
|
Error function.
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Preliminary to get Functionals working. erf(z) will return erf(real(z)) only for now.
◆ fabs()
Double casacore::Complex_global_functions_Complex_desc::fabs |
( |
const DComplex & |
val | ) |
|
|
inline |
Additional complex mathematical functions.
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Definition at line 217 of file Complex.h.
◆ fmod()
DComplex casacore::Complex_global_functions_Complex_desc::fmod |
( |
const DComplex & |
in, |
|
|
const DComplex & |
f |
|
) |
| |
fmod
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
◆ isNaN() [1/2]
Bool casacore::Complex_global_functions_Complex_desc::isNaN |
( |
const Complex & |
val | ) |
|
Complex NaN and Infinity.
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
◆ isNaN() [2/2]
Bool casacore::Complex_global_functions_Complex_desc::isNaN |
( |
const DComplex & |
val | ) |
|
DComplex NaN and Infinity.
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
◆ max()
Complex casacore::Complex_global_functions_Complex_desc::max |
( |
const Complex & |
x, |
|
|
const Complex & |
y |
|
) |
| |
|
inline |
Max and min, floor and ceil functions.
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Definition at line 289 of file Complex.h.
◆ near()
Bool casacore::Complex_global_functions_Complex_desc::near |
( |
const Complex & |
val1, |
|
|
const Complex & |
val2, |
|
|
Double |
tol = 1.0e-5 |
|
) |
| |
◆ operator>=() [1/2]
Bool casacore::Complex_global_functions_Complex_desc::operator>= |
( |
const Complex & |
left, |
|
|
const Complex & |
right |
|
) |
| |
|
inline |
◆ operator>=() [2/2]
Bool casacore::Complex_global_functions_Complex_desc::operator>= |
( |
const DComplex & |
left, |
|
|
const DComplex & |
right |
|
) |
| |
|
inline |
DComplex comparisons.
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Definition at line 201 of file Complex.h.
References casacore::norm().