Documentation/How Tos/Calc: BESSELI function
From Apache OpenOffice Wiki
< Documentation | How Tos
CALC FUNCTIONS
- Mathematical FunctionsTrigonometric
- CosSinTanCotAcosAcotAsinAtanAtan2DegreesRadiansPiHyperbolic
- CoshSinhTanhCothAcoshAcothAsinhAtanhRounding and remainders
- TruncRoundRounddownRoundupCeilingFloorEvenOddMroundIntQuotientModLogarithm/Powers
- ExpPowerLogLnLog10Bessel functions
- BesseliBesseljBesselkBesselyMiscellaneous
- AbsCombinCombinaConvertConvert AddCountblankCountifDeltaErfErfcFactFactdoubleGcdGcd AddGestepIsevenIsoddLcmLcm AddMultinomialProductRandRandbetweenSeriessumSignSqrtSqrtpiSubtotal
Contents
BESSELI
Calculates the modified Bessel function of the first kind.
Syntax:
BESSELI(x; n)
- returns the modified Bessel function of the first kind, of order n, evaluated at x.
- The modified Bessel function of the first kind In(x) = i-nJn(ix), where Jn is the * Bessel function of the first kind.
Example:
BESSELI(1; 1)
- returns 0.565159103992.
Issues:
- This function currently appears in the AddIn category of the Function Wizard.
See Also
-