J recurrence
BesselJ order reduction through backward recurrence.
Controller: CodeCogs
Interface
C++
J Recurrence
doubleJ_recurrence( | double | x | |
double& | v | ||
double& | newv | ||
bool | cancel | ) |
References:
Cephes Math Library Release 2.8: June, 2000Parameters
x input argument. v current order. newv new order. cancel return the larger of the last two iterates on the theory that it may have less cancellation error.
Authors
- Stephen L. Moshier. Copyright 1984, 1987, 2000
Documentation by Will Bateman
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.