#include <analysishelper.hxx>
Definition at line 381 of file analysishelper.hxx.
◆ Complex() [1/2]
sca::analysis::Complex::Complex |
( |
double |
fReal, |
|
|
double |
fImag = 0.0 , |
|
|
sal_Unicode |
cC = '\0' |
|
) |
| |
|
inline |
◆ Complex() [2/2]
sca::analysis::Complex::Complex |
( |
const OUString & |
rComplexAsString | ) |
|
|
explicit |
◆ Abs()
double sca::analysis::Complex::Abs |
( |
| ) |
const |
|
inline |
◆ Add()
void sca::analysis::Complex::Add |
( |
const Complex & |
rAdd | ) |
|
|
inline |
◆ Arg()
double sca::analysis::Complex::Arg |
( |
| ) |
const |
◆ Conjugate()
void sca::analysis::Complex::Conjugate |
( |
| ) |
|
|
inline |
◆ Cos()
void sca::analysis::Complex::Cos |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1751 of file analysishelper.cxx.
References i, and r.
◆ Cosh()
void sca::analysis::Complex::Cosh |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1924 of file analysishelper.cxx.
References i, and r.
◆ Cot()
void sca::analysis::Complex::Cot |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1888 of file analysishelper.cxx.
References i, and r.
◆ Csc()
void sca::analysis::Complex::Csc |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1867 of file analysishelper.cxx.
References i, and r.
◆ Csch()
void sca::analysis::Complex::Csch |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1962 of file analysishelper.cxx.
References i, and r.
◆ Div()
void sca::analysis::Complex::Div |
( |
const Complex & |
rDivisor | ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1769 of file analysishelper.cxx.
References c, i, r, and z.
◆ Exp()
void sca::analysis::Complex::Exp |
( |
| ) |
|
◆ GetString()
OUString sca::analysis::Complex::GetString |
( |
| ) |
const |
◆ Imag()
double sca::analysis::Complex::Imag |
( |
| ) |
const |
|
inline |
◆ IsImagUnit()
bool sca::analysis::Complex::IsImagUnit |
( |
sal_Unicode |
c | ) |
|
|
inlinestatic |
◆ Ln()
void sca::analysis::Complex::Ln |
( |
| ) |
|
◆ Log10()
void sca::analysis::Complex::Log10 |
( |
| ) |
|
◆ Log2()
void sca::analysis::Complex::Log2 |
( |
| ) |
|
◆ Mult() [1/2]
void sca::analysis::Complex::Mult |
( |
const Complex & |
rMult | ) |
|
|
inline |
◆ Mult() [2/2]
void sca::analysis::Complex::Mult |
( |
double |
fFact | ) |
|
|
inline |
◆ ParseString()
bool sca::analysis::Complex::ParseString |
( |
const OUString & |
rComplexAsString, |
|
|
Complex & |
rReturn |
|
) |
| |
|
static |
◆ Power()
void sca::analysis::Complex::Power |
( |
double |
fPower | ) |
|
◆ Real()
double sca::analysis::Complex::Real |
( |
| ) |
const |
|
inline |
◆ Sec()
void sca::analysis::Complex::Sec |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1846 of file analysishelper.cxx.
References i, and r.
◆ Sech()
void sca::analysis::Complex::Sech |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1941 of file analysishelper.cxx.
References i, and r.
◆ Sin()
void sca::analysis::Complex::Sin |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1733 of file analysishelper.cxx.
References i, and r.
◆ Sinh()
void sca::analysis::Complex::Sinh |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1907 of file analysishelper.cxx.
References i, and r.
◆ Sqrt()
void sca::analysis::Complex::Sqrt |
( |
| ) |
|
◆ Sub()
void sca::analysis::Complex::Sub |
( |
const Complex & |
rMult | ) |
|
|
inline |
◆ Tan()
void sca::analysis::Complex::Tan |
( |
| ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
Definition at line 1827 of file analysishelper.cxx.
References i, and r.
double sca::analysis::Complex::i |
|
private |
Definition at line 384 of file analysishelper.hxx.
Referenced by Abs(), Add(), Arg(), Conjugate(), Cos(), Cosh(), Cot(), Csc(), Csch(), Div(), Exp(), GetString(), Imag(), Ln(), Mult(), ParseString(), Power(), Sec(), Sech(), Sin(), Sinh(), Sqrt(), Sub(), and Tan().
double sca::analysis::Complex::r |
|
private |
Definition at line 383 of file analysishelper.hxx.
Referenced by Abs(), Add(), Arg(), Cos(), Cosh(), Cot(), Csc(), Csch(), Div(), Exp(), GetString(), Ln(), Mult(), ParseString(), Power(), Real(), Sec(), Sech(), Sin(), Sinh(), Sqrt(), Sub(), and Tan().
The documentation for this class was generated from the following files: