Bessel Functions: _y0, _y1, _yn
Visual Studio 2008
Compute the Bessel function.
double _y0( double x ); double _y1( double x ); double _yn( int n, double x );
Routine | Required header |
|---|---|
_y0 | <math.h> |
_y1 | <math.h> |
_yn | <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.