viewed 1435 times and licensed 9 times
BesselJ order reduction through backward recurrence.
View version details
Contents  |
|
Interface
#include <codecogs/maths/special/bessel/j/j_recurrence.h>
using namespace Maths::Special::Bessel::J;
| double | J_recurrence (double x, double &v, double &newv, bool cancel) BesselJ order reduction through backward recurrence. |
Function Documentation
Reduces the order of a Bessel function using backward recurrence,
References:
Cephes Math Library Release 2.8: June, 2000
Parameters:
| 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
Page Comments
You must login to leave a messge
Last Modified: 18 Oct 07 @ 17:07 Page Rendered: 2010-03-15 00:30:20