An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
NE_POLE_PRESENT
Evaluation at or near a pole.
7 Accuracy
A running error analysis for polynomial evaluation by nested multiplication using the recurrence suggested by Kahan (see Peters and Wilkinson (1971)) is used to detect whether you are attempting to evaluate the approximant at or near a pole.
8 Parallelism and Performance
Not applicable.
9 Further Comments
The time taken is approximately proportional to .
10 Example
This example first calls nag_1d_pade (e02rac) to calculate the Padé approximant to , and then uses nag_1d_pade_eval (e02rbc) to evaluate the approximant at .