Uses of Class
org.hipparchus.special.BesselJ.BesselJResult
Package
Description
Implementations of special functions such as Beta and Gamma.
-
Uses of BesselJ.BesselJResult in org.hipparchus.special
Modifier and TypeMethodDescriptionstatic BesselJ.BesselJResult
BesselJ.rjBesl
(double x, double alpha, int nb) Calculates Bessel functions \(J_{n+alpha}(x)\) for non-negative argument x, and non-negative order n + alpha.