| # | Line 45 | Line 45 | typedef struct { | |
|---|---|---|
| 45 | #endif | |
| 46 | /* defined in tcos.c */ | |
| 47 | extern double tcos(double x); | |
| 48 | + | extern double aatan2(double y, double x); |
| 49 | /* defined in xf.c */ | |
| 50 | extern int xf(XF *ret, int ac, char *av[]); | |
| 51 | extern int invxf(XF *ret, int ac, char *av[]); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |