swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
Functions       Platforms  
 

Math, trigonometry (OMTRIG)

 
 

The trigonometry library, omtrig, is a collection of trigonometric functions based on the C math library. It augments the floating point library. You can use the functions in this library to write OmniMark applications that can perform double-precision floating point arithmetic.

The trigonometry function library consists of the following files:

Importing the omfloat.xmd module does not automatically also import the floating point module. They both have to be imported.

To use omtrig, you must import it into your program using statements like this:

  import "omtrig.xmd" unprefixed
  import "omfloat.xmd" unprefixed

(Please see the import topic for more on importing.)

Functions
   acos
   asin
   atan
   atan2
   cos
   cosh
   hypot
   sin
   sinh
   tan
   tanh
 
Platforms
   HP/UX
   IBM AIX
   Linux (Intel)
   MS Windows 98/ME
   MS Windows NT/2000/XP
   Sun Solaris
 
 

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

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:46:16 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.