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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m (Example:)
Line 12: Line 12:
 
=== Example: ===
 
=== Example: ===
 
<tt>'''BESSELI(1; 1)'''</tt>
 
<tt>'''BESSELI(1; 1)'''</tt>
: returns 0.565159103992.
+
: returns <tt>'''0.565159103992'''</tt>.
  
 
=== See also: ===
 
=== See also: ===

Revision as of 03:54, 24 February 2008


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.

See also:

BESSELJ, BESSELK, BESSELY

Mathematical functions

Issues:

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