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

22.5 sj0 - Bessel function J0(x)

#include <msca.h> 
 
double sj0 (double x); 
float  sj0f(float x);

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