swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
      Other Library Functions  
function  

jn

 
 

Library: Math, Bessel functions (OMBESSEL)
Import: ombessel.xmd
Return type: OMX
Returns: 

A Bessel function of the first kind: order n.


Declaration

  define external float function
       jn (value integer n, value float x)


Purpose

Use jn to calculate the Bessel function of the first kind (order n) for any value of x.

Example:

  import "ombessel.xmd" unprefixed
  import "omfloat.xmd" unprefixed
  process
     local integer x initial {2}
     local float y initial {17.5}
     local float jn-bessel
     set jn-bessel to jn (x, y)
     output "A jn Bessel function of the first kind, order "
         || "d" % x
         || ", of "
         || "d" % y
         || " = "
         || "d" % jn-bessel
         || "%n"
  ; Output: "A jn Bessel function of the first kind, order 2, of 17.5 = 0.084433830294314"

        Other Library Functions
   j0
   j1
   jn
   y0
   y1
   yn
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:24 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.