Subversion Repositories FlightCtrl

Rev

Rev 278 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 278 Rev 282
Line 3... Line 3...
3
// Definitionen fuer Modul math
3
// Definitionen fuer Modul math
Line 4... Line 4...
4
 
4
 
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Line 6... Line 6...
6
#include "main.h"
6
#include "main.h"
7
 
7
 
8
extern signed int arctan_i(signed int x, signed int y);
8
extern signed int atan2_i(signed int x, signed int y);
9
extern float cos_f(signed int winkel);
9
extern float cos_f(signed int winkel);