#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 |
|
Definition at line 14 of file nncmath.h. Referenced by NNCMath::ArcCos(), and NNCMath::MathInit(). |
|
Definition at line 13 of file nncmath.h. Referenced by NNCMath::MathInit(). |
|
Definition at line 12 of file nncmath.h. Referenced by NNCMath::ArcSin(), and NNCMath::MathInit(). |
|
Definition at line 11 of file nncmath.h. Referenced by NNCMath::MathInit(). |
|
Definition at line 16 of file nncmath.h. Referenced by NNCMath::ArcTan(), and NNCMath::MathInit(). |
|
Definition at line 15 of file nncmath.h. Referenced by NNCMath::MathInit(). |
|
Definition at line 8 of file nncmath.h. Referenced by NNCMath::Cos(), and NNCMath::MathInit(). |
|
Definition at line 7 of file nncmath.h. Referenced by NNCMath::Cos(), and NNCMath::MathInit(). |
|
Definition at line 4 of file nncmath.h. Referenced by NNCMath::ArcCos(), NNCMath::ArcSin(), NNCMath::ArcTan(), NNCMath::Cos(), NNCMath::Sin(), and NNCMath::Tan(). |
|
Definition at line 18 of file nncmath.h. Referenced by NNCMath::MathInit(). |
|
Definition at line 17 of file nncmath.h. Referenced by NNCMath::MathInit(). |
|
Definition at line 6 of file nncmath.h. Referenced by NNCMath::MathInit(), and NNCMath::Sin(). |
|
Definition at line 5 of file nncmath.h. Referenced by NNCMath::MathInit(), and NNCMath::Sin(). |
|
Definition at line 10 of file nncmath.h. Referenced by NNCMath::MathInit(), and NNCMath::Tan(). |
|
Definition at line 9 of file nncmath.h. Referenced by NNCMath::MathInit(), and NNCMath::Tan(). |
|
|
|
|