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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 13: Line 13:
 
<tt>'''BESSELY(4; 1)'''</tt>
 
<tt>'''BESSELY(4; 1)'''</tt>
 
: returns <tt>'''0.397925709051'''</tt>.
 
: returns <tt>'''0.397925709051'''</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:25, 2 March 2009


BESSELY

Calculates the Bessel function of the second kind (the Neumann or Weber function).

Syntax:

BESSELY(x; n)

returns the Bessel function of the second kind, of order n, evaluated at x.
The Bessel functions of the second kind Yn(x) (also known as Neumann Nn(x) or Weber functions) are solutions to the Bessel differential equation which are singular at the origin.

Example:

BESSELY(4; 1)

returns 0.397925709051.

Issues:

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


Template:Documentation/SeeAlso

Personal tools