[back] [prev] [next] [index] [root]

 


JBessel

Returns the value of the J-Bessel function.

Syntax:

z := JBessel(nu,x);

integer
  nu  
real
  x  
real
  z  

Description:

Given a real x and an integer nu the function returns K_nu( x).


Example:


kash> z := JBessel(2,1.5);
> 0.2320876721442147272377765399247074797469350619464579


<- back[back] [prev] [next] [index] [root]