C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
26 #ifndef _CXSC_L_RMATH_HPP_INCLUDED
27 #define _CXSC_L_RMATH_HPP_INCLUDED
34 inline l_real
sqr (
const l_real&)
throw();
36 l_real
sqrt (
const l_real&)
throw(ERROR_LREAL_STD_FKT_OUT_OF_DEF);
39 l_real
sqrtx2y2(
const l_real&,
const l_real&)
throw();
42 l_real
sqrt1px2(
const l_real&)
throw();
44 inline l_real
sqrtp1m1(
const l_real &)
throw();
46 inline l_real
sqrtx2m1(
const l_real &)
throw();
48 inline l_real
sqrt1mx2(
const l_real &)
throw();
50 inline l_real
expm1 (
const l_real &x)
throw();
52 inline l_real
expmx2 (
const l_real&)
throw();
54 inline l_real
ln_sqrtx2y2(
const l_real& x,
const l_real& y)
throw();
56 inline l_real
acoshp1 (
const l_real& x);
79 inline l_real
pow (
const l_real&,
const l_real&);
81 l_real
power (
const l_real&,
const int);
122 #include "l_rmath.inl"
123 #endif // _CXSC_L_RMATH_HPP_INCLUDED
l_real Sqrt3d2_l_real()
Approximation of .
l_real EpPid2_l_real()
Approximation of .
l_real Pid4_l_real()
Approximation of .
interval expmx2(const interval &x)
Calculates .
l_real Sqrt5_l_real()
Approximation of .
cinterval sqrtx2m1(const cinterval &z)
Calculates .
l_real Ln2Pi_l_real()
Approximation of .
l_real Er_l_real()
Approximation of .
cinterval sqrt1px2(const cinterval &z)
Calculates .
l_real Ln10r_l_real()
Approximation of .
l_real Sqrt7_l_real()
Approximation of .
l_real EpPid4_l_real()
Approximation of .
l_real SqrtPi_l_real()
Approximation of .
cinterval sqrtp1m1(const cinterval &z)
Calculates .
l_real Pi2_l_real()
Approximation of .
cinterval sqrt(const cinterval &z)
Calculates .
interval acoshp1(const interval &x)
Calculates .
l_real E_l_real()
Approximation of .
cinterval sqrt1mx2(const cinterval &z)
Calculates .
cinterval pow(const cinterval &z, const interval &p)
Calculates .
l_real Sqrt2_l_real()
Approximation of .
l_real Pid2_l_real()
Approximation of .
l_real EpPi_l_real()
Approximation of .
l_real Sqrt2Pir_l_real()
Approximation of .
l_real Ep2r_l_real()
Approximation of .
l_real Pip2_l_real()
Approximation of .
l_real Ln2_l_real()
Approximation of .
l_real EulerGa_l_real()
Approximation of Euler Gamma.
l_real Ep2_l_real()
Approximation of .
l_real Ep2Pi_l_real()
Approximation of .
interval sqrtx2y2(const interval &x, const interval &y)
Calculates .
cinterval power(const cinterval &z, int n)
Calculates .
l_real Sqrt2r_l_real()
Approximation of .
interval ln_sqrtx2y2(const interval &x, const interval &y)
Calculates .
The namespace cxsc, providing all functionality of the class library C-XSC.
l_real Ln2r_l_real()
Approximation of .
cinterval sqr(const cinterval &z)
Calculates .
l_real Catalan_l_real()
Approximation of Catalan Numbers.
l_real Sqrt3_l_real()
Approximation of .
l_real Ln10_l_real()
Approximation of .
cinterval expm1(const cinterval &z)
Calculates .
l_real SqrtPir_l_real()
Approximation of .
l_real Sqrt3r_l_real()
Approximation of .
l_real Pi_l_real()
Approximation of .
l_real Pid3_l_real()
Approximation of .
l_real Sqrt2Pi_l_real()
Approximation of .
l_real Pir_l_real()
Approximation of .
l_real LnPi_l_real()
Approximation of .
l_real Pi2r_l_real()
Approximation of .