| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | ||
| 13 | #include "calcomp.h" | |
| 14 | ||
| 15 | < | double argument(); |
| 15 | > | double argument(int); |
| 16 | static double l_j0(), l_j1(), l_jn(), l_y0(), l_y1(), l_yn(); | |
| 17 | static double l_erf(), l_erfc(); | |
| 18 | ||
| 19 | ||
| 20 | + | void |
| 21 | biggerlib() /* expand the library */ | |
| 22 | { | |
| 23 | /* the Bessel functions */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |