#include "bessel.hxx"
#include <cmath>
#include <rtl/math.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/sheet/NoConvergenceException.hpp>
Go to the source code of this file.
|
double | sca::analysis::BesselJ (double x, sal_Int32 n) |
| Returns the result for the unmodified BESSEL function of first kind (J), n-th order, at point x. More...
|
|
double | sca::analysis::BesselI (double x, sal_Int32 n) |
| Returns the result for the modified BESSEL function of first kind (I), n-th order, at point x. More...
|
|
static double | sca::analysis::Besselk0 (double fNum) |
|
static double | sca::analysis::Besselk1 (double fNum) |
|
double | sca::analysis::BesselK (double x, sal_Int32 n) |
| Returns the result for the modified BESSEL function of second kind (K), n-th order, at point x. More...
|
|
static double | sca::analysis::Bessely0 (double fX) |
|
static double | sca::analysis::Bessely1 (double fX) |
|
double | sca::analysis::BesselY (double x, sal_Int32 n) |
| Returns the result for the unmodified BESSEL function of second kind (Y), n-th order, at point x. More...
|
|