Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Engineering > BESSELJ

 

BESSELJ(x, n)

 
 Returns the modified Bessel function represented by J(x).

 xThe value at which to evaluate the function.
 nThe order of the function.

 REMARKS
 
  • This function is only available if you have the Analysis ToolPak add-in installed.
     
  • If any of the arguments are not numeric, then #VALUE! is returned.
     
  • If "n" is not an integer, it is truncated.
     
  • If "n" < 0, then #NUM! is returned.

     EXAMPLES
     
     A
    1=BESSELJ(1.5,1) = 0.558
    2=BESSELJ(1.5,1.9) = 0.558
    3=BESSELJ(-1.5,1) = -0.558
    4=BESSELJ(1.5,-1) = #NUM!
    5=BESSELJ("some text",1) = #VALUE!
    6=BESSELJ(1.5,"some text") = #VALUE!
     

     Functions - B | Index - B | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top