C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
26 #ifndef _CXSC_L_CMATH_HPP_INCLUDED
27 #define _CXSC_L_CMATH_HPP_INCLUDED
29 #include <l_cimath.hpp>
34 inline l_complex
sqr (
const l_complex&)
throw();
36 l_complex
sqrt(
const l_complex&)
throw();
38 l_complex
sqrtp1m1(
const l_complex&)
throw();
40 l_complex
sqrt1px2(
const l_complex&)
throw();
42 l_complex
sqrtx2m1(
const l_complex&)
throw();
44 l_complex
sqrt1mx2(
const l_complex&)
throw();
46 l_complex
exp(
const l_complex&)
throw();
48 l_complex
expm1(
const l_complex&)
throw();
50 l_complex
exp2(
const l_complex&)
throw();
52 l_complex
exp10(
const l_complex&)
throw();
54 l_complex
sin(
const l_complex&)
throw();
56 l_complex
cos(
const l_complex&)
throw();
58 l_complex
tan(
const l_complex&)
throw();
60 l_complex
cot(
const l_complex&)
throw();
62 l_complex
asin(
const l_complex&)
throw();
64 l_complex
acos(
const l_complex&)
throw();
66 l_complex
atan(
const l_complex&)
throw();
68 l_complex
acot(
const l_complex&)
throw();
70 l_complex
sinh(
const l_complex&)
throw();
72 l_complex
cosh(
const l_complex&)
throw();
74 l_complex
tanh(
const l_complex&)
throw();
76 l_complex
coth(
const l_complex&)
throw();
78 l_complex
asinh(
const l_complex&)
throw();
80 l_complex
acosh(
const l_complex&)
throw();
82 l_complex
atanh(
const l_complex&)
throw();
84 l_complex
acoth(
const l_complex&)
throw();
86 std::list<l_complex>
sqrt_all(
const l_complex&);
88 l_complex
sqrt(
const l_complex&,
int)
throw();
90 l_real
arg(
const l_complex&)
throw();
92 l_real
Arg(
const l_complex&)
throw();
94 std::list<l_complex>
sqrt_all(
const l_complex&,
int);
96 l_complex
ln(
const l_complex&)
throw();
98 l_complex
lnp1(
const l_complex&)
throw();
100 l_complex
log2(
const l_complex&)
throw();
102 l_complex
log10(
const l_complex&)
throw();
104 l_complex
power(
const l_complex&,
int)
throw();
106 l_complex
power_fast(
const l_complex&,
int)
throw();
108 l_complex
pow(
const l_complex&,
const l_real&)
throw();
110 l_complex
pow(
const l_complex&,
const l_complex&)
throw();
114 #include "l_cmath.inl"
115 #endif // _CXSC_L_CMATH_HPP_INCLUDED
cinterval ln(const cinterval &z)
Calculates .
cinterval power_fast(const cinterval &z, int n)
Calculates .
cinterval lnp1(const cinterval &z)
Calculates .
cinterval atan(const cinterval &z)
Calculates .
cinterval exp10(const cinterval &z)
Calculates .
std::list< cinterval > sqrt_all(const cinterval &z)
Calculates and returns all possible solutions.
cinterval exp2(const cinterval &z)
Calculates .
cinterval tanh(const cinterval &z)
Calculates .
cinterval asin(const cinterval &z)
Calculates .
cinterval sqrtx2m1(const cinterval &z)
Calculates .
cinterval cosh(const cinterval &z)
Calculates .
cinterval sqrt1px2(const cinterval &z)
Calculates .
cinterval tan(const cinterval &z)
Calculates .
cinterval acoth(const cinterval &z)
Calculates .
cinterval sinh(const cinterval &z)
Calculates .
cinterval coth(const cinterval &z)
Calculates .
cinterval sqrtp1m1(const cinterval &z)
Calculates .
cinterval log2(const cinterval &z)
Calculates .
cinterval sqrt(const cinterval &z)
Calculates .
cinterval sqrt1mx2(const cinterval &z)
Calculates .
cinterval pow(const cinterval &z, const interval &p)
Calculates .
cinterval acosh(const cinterval &z)
Calculates .
interval Arg(const cinterval &z)
Calculates .
cinterval power(const cinterval &z, int n)
Calculates .
cinterval cos(const cinterval &z)
Calculates .
cinterval acot(const cinterval &z)
Calculates .
The namespace cxsc, providing all functionality of the class library C-XSC.
cinterval sqr(const cinterval &z)
Calculates .
cinterval sin(const cinterval &z)
Calculates .
cinterval cot(const cinterval &z)
Calculates .
interval arg(const cinterval &z)
Calculates .
cinterval expm1(const cinterval &z)
Calculates .
cinterval acos(const cinterval &z)
Calculates .
cinterval exp(const cinterval &z)
Calculates .
cinterval atanh(const cinterval &z)
Calculates .
cinterval log10(const cinterval &z)
Calculates .
cinterval asinh(const cinterval &z)
Calculates .