swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
      Other Library Functions  
function   j0    

Library: ombessel - Bessel functions
Include: ombessel.xin
Return type: Opaque
Returns:       

A Bessel function of the first kind: order 0.


Declaration

  define external float function
       j0 value float x


Purpose

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

Example:

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

        Other Library Functions
   j0
   j1
   jn
   y0
   y1
   yn
 
----  

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

Generated: August 11, 2000 at 3:07:26 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.