Rev 528 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 528 | Rev 529 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | get_dist Funktion fuer Entfernungsermittlung |
18 | get_dist Funktion fuer Entfernungsermittlung |
19 | Stand 12.10.2007 |
19 | Stand 12.10.2007 |
20 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
20 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
21 | */ |
21 | */ |
22 | #include "main.h" |
22 | #include "main.h" |
- | 23 | #include "math.h" |
|
Line 23... | Line 24... | ||
23 | 24 | ||
24 | 25 | ||
25 | // arctan Funktion: Eingabewert x,y Rueckgabe =arctan(x,y) in grad |
26 | // arctan Funktion: Eingabewert x,y Rueckgabe =arctan(x,y) in grad |