#include "cpp_extern_macro.h"


Go to the source code of this file.
Enumerations | |
| enum | { ISINCOS_ANGLE_DIVIDED = 65536, ISINCOS_VALUE_MAX = 32768, ISINCOS_VALUE_SHIFT = 15 } |
Functions | |
| int | isin (unsigned short div16) |
| 整数型の sin() | |
| int | icos (unsigned short div16) |
| 整数型の cos() | |
Variables | |
| BEGIN_C_DECLS | |
| END_C_DECLS | |
整数型の三角関数(sin(), cos())を提供 角度の細かさ、最大値はコンパイル時に指定
$Id$
Definition in file isincos.h.
| int isin | ( | unsigned short | div16 | ) |
| int icos | ( | unsigned short | div16 | ) |
1.5.7.1