Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 745 → Rev 746

/branches/V0.68d Code Redesign killagreg/mymath.h
6,5 → 6,6
extern int16_t c_sin_8192(int16_t angle);
extern int16_t c_cos_8192(int16_t angle);
extern int16_t c_atan2(int16_t y, int16_t x);
extern uint32_t c_sqrt(uint32_t number);
 
#endif // _MYMATH_H