Bessel functions (OMBESSEL)

The OMBESSEL function library is a collection of Bessel functions based on the C math library. It augments the OMFLOAT library. You can use the functions in this library to write OmniMark applications that can calculate Bessel functions.

Usage Note

To use OMBESSEL, you must import both it and OMFLOAT into your program using statements like this:

  import "omfloat.xmd"  unprefixed
  import "ombessel.xmd" unprefixed

Functions