diff options
Diffstat (limited to 'libf2c/libF77/z_exp.c')
-rw-r--r-- | libf2c/libF77/z_exp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libf2c/libF77/z_exp.c b/libf2c/libF77/z_exp.c index ecf8429..2dad121 100644 --- a/libf2c/libF77/z_exp.c +++ b/libf2c/libF77/z_exp.c @@ -1,13 +1,8 @@ #include "f2c.h" -#ifdef KR_headers -double exp(), cos(), sin(); -VOID z_exp(r, z) doublecomplex *r, *z; -#else #undef abs #include "math.h" void z_exp(doublecomplex *r, doublecomplex *z) -#endif { double expx, zi = z->i; |