LibreOffice Module scaddins (master) 1
Namespaces | Functions
bessel.hxx File Reference
#include <sal/types.h>
Include dependency graph for bessel.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sca
 
namespace  sca::analysis
 

Functions

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...
 
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...
 
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...