| # | Line 24 | Line 24 | typedef struct { | |
|---|---|---|
| 24 | XF b; /* backward */ | |
| 25 | } FULLXF; | |
| 26 | ||
| 27 | – | #define FHUGE (1e10) /* large real number */ |
| 28 | – | #define FTINY (1e-6) /* small real number */ |
| 29 | – | |
| 27 | #ifdef M_PI | |
| 28 | #define PI M_PI | |
| 29 | #else | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |