Overture  Version 25
Macros | Functions
GCMath.h File Reference
#include <math.h>
#include "OvertureTypes.h"
Include dependency graph for GCMath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GCMath_
 

Functions

Integer min0 (const Integer &i, const Integer &j)
 
Integer max0 (const Integer &i, const Integer &j)
 
Real amin1 (const Real &x, const Real &y)
 
Real amax1 (const Real &x, const Real &y)
 
Integer Iabs (const Integer &i)
 
Real Fabs (const Real &x)
 
Real Sqr (const Real &x)
 
Real Sqrt (const Real &x)
 
Integer Isign (const Integer &i, const Integer &j)
 
Real Fsign (const Real &x, const Real &y)
 

Macro Definition Documentation

#define GCMath_

Function Documentation

Real amax1 ( const Real x,
const Real y 
)
inline
Real amin1 ( const Real x,
const Real y 
)
inline
Real Fabs ( const Real x)
inline

Referenced by Fsign().

Real Fsign ( const Real x,
const Real y 
)
inline

References Fabs().

Integer Iabs ( const Integer i)
inline

Referenced by Isign().

Integer Isign ( const Integer i,
const Integer j 
)
inline

References Iabs().

Integer max0 ( const Integer i,
const Integer j 
)
inline
Integer min0 ( const Integer i,
const Integer j 
)
inline
Real Sqr ( const Real x)
inline
Real Sqrt ( const Real x)
inline