Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

nncmath.h File Reference

#include <math.h>

Go to the source code of this file.

Compounds

struct  _degree
struct  _radian
class  NNCMath

Defines

#define MULTIPLIER   1000
#define SIN_TABLE_SIZE   10000
#define SIN_DEFAULT_VALUE   -2.0
#define COS_TABLE_SIZE   10000
#define COS_DEFAULT_VALUE   -2.0
#define TAN_TABLE_SIZE   10000
#define TAN_DEFAULT_VALUE   -2.0
#define ARC_SIN_TABLE_SIZE   10000
#define ARC_SIN_DEFAULT_VALUE   -1.0
#define ARC_COS_TABLE_SIZE   10000
#define ARC_COS_DEFAULT_VALUE   -1.0
#define ARC_TAN_TABLE_SIZE   40000
#define ARC_TAN_DEFAULT_VALUE   -1.0
#define ROOT_TABLE_SIZE   100000
#define ROOT_DEFAULT_VALUE   -1.0

Typedefs

typedef _degree degree
typedef _radian radian


Define Documentation

#define ARC_COS_DEFAULT_VALUE   -1.0
 

Definition at line 14 of file nncmath.h.

Referenced by NNCMath::ArcCos(), and NNCMath::MathInit().

#define ARC_COS_TABLE_SIZE   10000
 

Definition at line 13 of file nncmath.h.

Referenced by NNCMath::MathInit().

#define ARC_SIN_DEFAULT_VALUE   -1.0
 

Definition at line 12 of file nncmath.h.

Referenced by NNCMath::ArcSin(), and NNCMath::MathInit().

#define ARC_SIN_TABLE_SIZE   10000
 

Definition at line 11 of file nncmath.h.

Referenced by NNCMath::MathInit().

#define ARC_TAN_DEFAULT_VALUE   -1.0
 

Definition at line 16 of file nncmath.h.

Referenced by NNCMath::ArcTan(), and NNCMath::MathInit().

#define ARC_TAN_TABLE_SIZE   40000
 

Definition at line 15 of file nncmath.h.

Referenced by NNCMath::MathInit().

#define COS_DEFAULT_VALUE   -2.0
 

Definition at line 8 of file nncmath.h.

Referenced by NNCMath::Cos(), and NNCMath::MathInit().

#define COS_TABLE_SIZE   10000
 

Definition at line 7 of file nncmath.h.

Referenced by NNCMath::Cos(), and NNCMath::MathInit().

#define MULTIPLIER   1000
 

Definition at line 4 of file nncmath.h.

Referenced by NNCMath::ArcCos(), NNCMath::ArcSin(), NNCMath::ArcTan(), NNCMath::Cos(), NNCMath::Sin(), and NNCMath::Tan().

#define ROOT_DEFAULT_VALUE   -1.0
 

Definition at line 18 of file nncmath.h.

Referenced by NNCMath::MathInit().

#define ROOT_TABLE_SIZE   100000
 

Definition at line 17 of file nncmath.h.

Referenced by NNCMath::MathInit().

#define SIN_DEFAULT_VALUE   -2.0
 

Definition at line 6 of file nncmath.h.

Referenced by NNCMath::MathInit(), and NNCMath::Sin().

#define SIN_TABLE_SIZE   10000
 

Definition at line 5 of file nncmath.h.

Referenced by NNCMath::MathInit(), and NNCMath::Sin().

#define TAN_DEFAULT_VALUE   -2.0
 

Definition at line 10 of file nncmath.h.

Referenced by NNCMath::MathInit(), and NNCMath::Tan().

#define TAN_TABLE_SIZE   10000
 

Definition at line 9 of file nncmath.h.

Referenced by NNCMath::MathInit(), and NNCMath::Tan().


Typedef Documentation

typedef struct _degree degree
 

typedef struct _radian radian
 


Generated on Sun Dec 8 12:02:20 2002 for nnc by doxygen1.3-rc1