# BESSELY

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function calculates the Bessel function of the second kind.

## Syntax

BESSELY(*value*,*order*)

## Arguments

This function has these arguments:

| **Argument** | **Description** |
| -------- | ----------- |
| *value* | Value at which to evaluate the function |
| *order* | Number representing the order of the function; if it is not an integer, it is truncated |

## Remarks

If value or order is nonnumeric then a #Value! error is returned. If order is less than 0 then the #NUM! error is returned.

## Data Types

Accepts numeric data for both arguments. Returns numeric data.

## Examples

`BESSELY(A4,D5)`
`BESSELY(R4C1,R5C4)`
`BESSELY(2.85,1)` gives the result 0.2801918953

## Version Available

This function is available in product version 1.0 or later.

## See Also

[BESSELJ](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionBESSELJ) \| [BESSELK](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionBESSELK) \| [Engineering Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsengineer)