Difference between revisions of "Documentation/How Tos/Calc: BESSELK function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
Line 14: Line 14:
 
: returns <tt>'''0.13986588'''</tt>.
 
: returns <tt>'''0.13986588'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: BESSELI function|BESSELI]]''',
+
* [[Documentation/How_Tos/Calc: BESSELI function|BESSELI]],
'''[[Documentation/How_Tos/Calc: BESSELJ function|BESSELJ]]''',
+
* [[Documentation/How_Tos/Calc: BESSELJ function|BESSELJ]],
'''[[Documentation/How_Tos/Calc: BESSELY function|BESSELY]]'''
+
* [[Documentation/How_Tos/Calc: BESSELY function|BESSELY]]
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
[[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]],
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
[[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
  
 
=== Issues: ===
 
=== Issues: ===
 
* This function currently appears in the AddIn category of the Function Wizard.
 
* This function currently appears in the AddIn category of the Function Wizard.

Revision as of 11:02, 25 February 2009


BESSELK

Calculates the modified Bessel function of the second kind.

Syntax:

BESSELK(x; n)

returns the modifed Bessel function of the second kind, of order n, evaluated at x.
The modified Bessel functions of the second kind (also known as Basset functions) are often denoted Kn(x).

Example:

BESSELK(2; 1)

returns 0.13986588.

Template:Documentation/SeeAlso

Issues:

  • This function currently appears in the AddIn category of the Function Wizard.
Personal tools