#include "tvu_typesdef.h"
#include <math.h>
Go to the source code of this file.
Data Structures | |
class | CTMaths |
For mathematical calculation. More... | |
class | CTSinCos |
Sin and cos. More... | |
struct | CTSinCos::tagSINCOS |
Defines | |
#define | FN_MATHS_WHILE "While" |
__TVU_TYPESDEF_H__. More... | |
#define | FN_MATHS_SIN "Sin" |
#define | FN_MATHS_COS "Cos" |
#define | FN_MATHS_TANG "Tang" |
#define | FN_MATHS_COTANG "Cotang" |
#define | FN_MATHS_QRT "Qrt" |
#define | FN_MATHS_SQRT "Sqrt" |
#define | INT_COMPARE(a, b) (((TINT)a) == (TINT)b) |
|
__TVU_TYPESDEF_H__.
|