The Bessel function library is a collection of Bessel functions based on the C math library. It serves as a "wrapper" around a particular math library. You can use the functions in this library to write OmniMark applications that can execute Bessel functions.
The Bessel function library consists of the following files:
include ombessel.xin
) because the file contains the external function declarations, the float type definition, and related macros.
To use these functions, you must include the following code near the top of your program:
; Floating point function and constant declarations include "ombessel.xin"