systemIncs.h

System-specific headers, and useful constants and macros

o M_PI
Pi, for systems that for some reason don't have it defined
o M_SQRT2
Square root of 2, for systems that don't have it defined
o RAD2DEG
Multiplier for converting radians to degrees
o DEG2RAD
Multiplier for converting degrees to randians
o sq
Macro for squaring a number
o HUGE_VAL
A huge value, for systems that for some reason don't have it defined
o copyString
Allocates and copies oldString and returns it
o getSecs
returns the number of seconds of wall-clock time since the first call getSecs().
o soVerboseLevels
The definitions for levels of program output.
This header includes system-specific headers, such as the config.h file generated by autoconf and string.h or bstring.h on systems that need them. Miscellaneous #defines and macros are also included in this file.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.