HTBasic Help
×
Menu
Index
S_y0
Spherical Bessel function of the second kind, order zero.
 
Loading        LOADSUB ALL FROM "BESMS.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X,Y
Y=FNS_y0(X)
 
Description                
FNS_y0 returns the value of the spherical Bessel function of the second kind and order zero of x, y0(x). Y0(x) is defined for all values of x except zero, but values of x near zero may cause the result to be larger in magnitude than MAXREAL, the largest value representable.
 
Errors                
FNS_y0 causes an HTBasic error if its argument is not of type REAL, if x is zero, or if the result would be larger in magnitude than MAXREAL.
 
See Also
S_y1, S_yn
 
y0(x)