![]() |
Microsoft Office Development and Consultancy |
| Home | | | Excel | | | VBA | | | C# | | | Finance | | | Tools | | | Newsletter | | | Feedback | | | Contact |
| Excel > Functions > Engineering > BESSELJ |
BESSELJ(x, n) |
| Returns the modified Bessel function represented by J(x). |
| x | The value at which to evaluate the function. | |
| n | The order of the function. |
| REMARKS |
| In Excel 2007 (and later) this function has been removed from the Analysis ToolPak add-in and is available as standard. | ||
| In Excel 2003 this function is only available when you have the Analysis ToolPak add-in loaded. | ||
| In Excel 2007 the accuracy of this function has changed because the internal workings now use built-in functions to calculate the trigonometric operations. | ||
| 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 |
|
| Functions - B | Index - B | Office Online 2013 | 2010 | 2007 | 2003 |
| © 2013 Better Solutions Limited. All Rights Reserved. | Top | 03-Jan-2013 |