Subversion Repositories FlightCtrl

Rev

Rev 1328 | Rev 2081 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1328 Rev 1344
Line 5... Line 5...
5
 
5
 
6
extern int16_t c_sin_8192(int16_t angle);
6
extern int16_t c_sin_8192(int16_t angle);
7
extern int16_t c_cos_8192(int16_t angle);
7
extern int16_t c_cos_8192(int16_t angle);
8
extern int16_t c_atan2(int16_t y, int16_t x);
8
extern int16_t c_atan2(int16_t y, int16_t x);
9
extern uint32_t c_sqrt(uint32_t a);
-
 
10
extern uint16_t c_sqrt_int(uint16_t a);
9
extern uint32_t c_sqrt(uint32_t a);