| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.1 An Example Program
The following short program demonstrates the use of the library by computing the value of the Bessel function J_0(x) for x=5,
|
The output is shown below, and should be correct to double-precision accuracy,(1)
J0(5) = -1.775967713143382920e-01 |
The steps needed to compile this program are described in the following sections.
