Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2044 → Rev 2045

/branches/dongfang_FC_rewrite/dongfangMath.h
17,10 → 17,6
#define MATH_UNIT_FACTOR_LOG 12
#define MATH_UNIT_FACTOR (1L<<MATH_UNIT_FACTOR_LOG)
 
int16_t sin_mkdegrees(int32_t arg);
int16_t cos_mkdegrees(int32_t arg);
int16_t tan_mkdegrees(int32_t arg);
 
int16_t sin_360(int16_t arg);
int16_t cos_360(int16_t arg);
int16_t tan_360(int16_t arg);