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

j1

 
 

Library: Math - Bessel functions (OMBESSEL) legacy
Include: ombessel.xin
Return type: OMX
Returns: 

A Bessel function of the first kind: order 1.


Declaration

  define external float function
       j1 value float x


Purpose

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

Example:

  include "ombessel.xin"
  process
     local float x initial {17.5}
     local float j1-bessel
     set j1-bessel to j1 (x)
     output "A j1 Bessel function of "
         || "d" % x
         || " = "
         || "d" % j1-bessel
         || "%n"
  ; Output: "A j1 Bessel function of 17.5 = -0.16341996942575"

        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:23 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.