![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Engineering > BESSELK |
BESSELK(x, n) |
| Returns the modified Bessel function represented by K(x). |
| x | The value at which to evaluate the function. | |
| n | The 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 "x" < 0, then #NUM! 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 |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |