NAG CL Interface
s18gbc (struve_​l1)

Settings help

CL Name Style:


1 Purpose

s18gbc returns the value of the modified Struve function of order 1, L1(x).

2 Specification

#include <nag.h>
double  s18gbc (double x, NagError *fail)
The function may be called by the names: s18gbc, nag_specfun_struve_l1 or nag_struve_l1.

3 Description

s18gbc evaluates an approximation to the modified Struve function of order 1, L1(x).
Please consult the NIST Digital Library of Mathematical Functions for a detailed discussion of the Struve function including special cases, transformations, relations and asymptotic approximations.
The approximation method used by this function is based on Chebyshev expansions.

4 References

NIST Digital Library of Mathematical Functions
MacLeod A J (1996) MISCFUN, a software package to compute uncommon special functions ACM Trans. Math. Software (TOMS) 22(3) 288–301

5 Arguments

1: x double Input
On entry: the argument x of the function.
2: fail NagError * Input/Output
The NAG error argument (see Section 7 in the Introduction to the NAG Library CL Interface).

6 Error Indicators and Warnings

NE_ALLOC_FAIL
Dynamic memory allocation failed.
See Section 3.1.2 in the Introduction to the NAG Library CL Interface for further information.
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 contact NAG for assistance.
See Section 7.5 in the Introduction to the NAG Library CL Interface for further information.
NE_NO_LICENCE
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library CL Interface for further information.
NE_REAL
The value of L1(x) is larger than the largest positive floating-point number, which is returned.

7 Accuracy

The Chebyshev coefficients used by this function are internally represented to 20 digits of precision. Calling the number of digits of precision in the floating-point arithmetic being used t, then clearly the maximum number of correct digits in the results obtained is limited by p=min(t,20).
Apart from this, rounding errors in internal arithmetic may result in a slight loss of accuracy, but it is reasonable to assume that the result is accurate to within a small multiple of the machine precision.

8 Parallelism and Performance

Background information to multithreading can be found in the Multithreading documentation.
s18gbc is not threaded in any implementation.

9 Further Comments

None.

10 Example

This example reads values of the argument x from a file, evaluates the function at each value of x and prints the results.

10.1 Program Text

Program Text (s18gbce.c)

10.2 Program Data

Program Data (s18gbce.d)

10.3 Program Results

Program Results (s18gbce.r)
GnuplotProduced by GNUPLOT 5.0 patchlevel 3 0 5 10 15 20 25 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 L1(x) x Example Program Returns values for the modified Struve Function L1(x) "s18gbfe.r"