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