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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 13: Line 13:
 
<tt>'''BESSELJ(2; 1)'''</tt>
 
<tt>'''BESSELJ(2; 1)'''</tt>
 
: returns <tt>'''0.576724807758'''</tt>.
 
: returns <tt>'''0.576724807758'''</tt>.
 +
 +
=== Issues: ===
 +
* This function currently appears in the AddIn category of the Function Wizard.
 +
  
 
{{Documentation/SeeAlso|
 
{{Documentation/SeeAlso|
Line 23: Line 27:
 
* [[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: ===
 
* This function currently appears in the AddIn category of the Function Wizard.
 

Revision as of 09:22, 2 March 2009


BESSELJ

Calculates the Bessel function of the first kind.

Syntax:

BESSELJ(x; n)

returns the Bessel function of the first kind, of order n, evaluated at x.
The Bessel functions of the first kind Jn(x) are solutions to the Bessel differential equation.

Example:

BESSELJ(2; 1)

returns 0.576724807758.

Issues:

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


Template:Documentation/SeeAlso

Personal tools