Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
308 osiair 1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// Peter Muehlenbrock 
3
// Definitionen fuer Modul math
4
 
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
#include "main.h"
7
 
8
extern signed int atan2_i(signed int x, signed int y);
9
extern float cos_f(signed int winkel);
10
extern float sin_f(signed int winkel);
11
extern int8_t asin_i(signed int i);
12
extern const int c_sin[];
13
extern const int c_cos[];
14