Bessel Functions: _j0, _j1, _jn
Visual Studio 2012
Compute the Bessel function.
double _j0( double x ); double _j1( double x ); double _jn( int n, double x );
|
Routine |
Required header |
|---|---|
|
_j0 |
<math.h> |
|
_j1 |
<math.h> |
|
_jn |
<math.h> |
For additional compatibility information, see Compatibility in the Introduction.
See Bessel Functions for an example.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.