FUNCTION
J_recurrence
BesselJ order reduction through backward recurrence.
You're viewing an older version of this page (#138). View the current version.
Interface
#include <codecogs/maths/special/bessel/j/j_recurrence.h>
using namespace Maths::Special::Bessel::J;
Reduces the order of a Bessel function using backward recurrence,
(1)
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.
Interactive Calculator
x
v
newv
cancel
Result
Computing…
Set a range above first to export a graph.
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.