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

 

BESSELY(x, n)

 
 Returns the modified Bessel function represented by Y(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.
     
  • This function is also known as the Weber or Neumann function.
     
  • If any of the arguments are not numeric, then #VALUE! is returned.
     
  • If "x" < 0, then #NUM! is returned.
     
  • If "n" is not an integer, it is truncated.
     
  • If "n" < 0, then #NUM! is returned.

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

     Functions - B | Index - B | Office Online 

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