| # | Line 50 | Line 50 | extern int xf(XF *ret, int ac, char *av[]); | |
|---|---|---|
| 50 | extern int invxf(XF *ret, int ac, char *av[]); | |
| 51 | extern int fullxf(FULLXF *fx, int ac, char *av[]); | |
| 52 | /* defined in zeroes.c */ | |
| 53 | < | extern int quadtratic(double *r, double a, double b, double c); |
| 53 | > | extern int quadratic(double *r, double a, double b, double c); |
| 54 | /* defined in dircode.c */ | |
| 55 | extern int32 encodedir(FVECT dv); | |
| 56 | extern void decodedir(FVECT dv, int32 dc); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |