Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

22.6 sy0 - Bessel function Y0(x)

#include <msca.h> 
 
double sy0 (double x); 
float  sy0f(float x);

Given a value x this function computes the Bessel function Y (x)
 0  .