Description Calculates the Sombrero function 2 *J1( x ) / x, where J1 is the first order Bessel function of the first kind.
Syntax ans = Somb ( x )
Parameters ans (Double) The value of the Sombrero function [2 *J1( x ) / x].
x As Double Argument of the Sombrero function.
Remarks This function calculates the Sombrero function 2 *J1( x ) / x, where J1 is the first order Bessel function of the first kind.
See Also Examples
|