|
NAG[s18ekc] NAG[nag_bessel_j_alpha] - Bessel functions or for real , non-negative and
|
|
Calling Sequence
s18ekc(x, a, nl, b, 'fail'=fail)
nag_bessel_j_alpha(. . .)
Parameters
|
x - float;
|
|
|
On entry: the argument of the function.
|
|
Constraint: if , . .
|
|
|
a - float;
|
|
|
On entry: the order of the first member in the required sequence of function values.
|
|
Constraint: . .
|
|
|
nl - integer;
|
|
|
On entry: the value of .
|
|
Constraint: . .
|
|
|
b - Vector(1.. , datatype=complex[8]);
|
|
|
|
'fail'=fail - table; (optional)
|
|
|
The NAG error argument, see the documentation for NagError.
|
|
|
|
Description
|
|
|
Error Indicators and Warnings
|
|
"NE_INT"
On entry, . Constraint: .
"NE_INTERNAL_ERROR"
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please consult NAG for assistance.
"NE_OVERFLOW_LIKELY"
The evaluation has been abandoned due to the likelihood of overflow.
"NE_REAL"
On entry, . Constraint: .
"NE_REAL_INT"
On entry, , . Constraint: when .
"NE_TERMINATION_FAILURE"
The evaluation has been abandoned due to failure to satisfy the termination condition.
"NE_TOTAL_PRECISION_LOSS"
The evaluation has been abandoned due to total loss of precision.
"NW_SOME_PRECISION_LOSS"
The evaluation has been completed but some precision has been lost.
|
|
|
Examples
|
|
>
|
x := 0.5:
a := 0:
nl := 3:
b := Vector(4, datatype=complex[8]):
NAG:-s18ekc(x, a, nl, b):
|
|
|