Subversion Repositories FlightCtrl

Rev

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

Rev 284 Rev 285
Line 69... Line 69...
69
        u.i[1]=pgm_read_word((PGM_P)addr+2);
69
        u.i[1]=pgm_read_word((PGM_P)addr+2);
Line 70... Line 70...
70
       
70
       
71
        return u.f;
71
        return u.f;
Line 72... Line 72...
72
}
72
}
73
 
73
 
74
// Kosinsusfunktion im Gradmaß
74
// Kosinusfunktion im Gradmaß
75
float cos_f(signed int winkel)
75
float cos_f(signed int winkel)
76
{
76
{