Package | Description |
---|---|
org.hipparchus.special |
Implementations of special functions such as Beta and Gamma.
|
Modifier and Type | Method | Description |
---|---|---|
static 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.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.