omfloat-version

function

Library: Floating point number support (OMFLOAT)
Import : omfloat.xmd

Returns: library copyright and version information


Declaration
export external string function 
   omfloat-version


Purpose

omfloat.omfloat-version returns the version and copyright information for the OmniMark floating point library.

Example

This example uses omfloat.omfloat-version to display copyright and version information:

  import "omfloat.xmd" prefixed by omfloat.
  
  process
     output omfloat.omfloat-version || "%n"

Usage Note

To use this function, you must import OMFLOAT into your program using an import declaration such as:

  import "omfloat.xmd" unprefixed

Other Library Functions