You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| ._Makefile | 5 years ago | |
| ._README | 5 years ago | |
| ._asin.c | 5 years ago | |
| ._atan.c | 5 years ago | |
| ._const.c | 5 years ago | |
| ._erf.c | 5 years ago | |
| ._exp.c | 5 years ago | |
| ._fabs.c | 5 years ago | |
| ._floor.c | 5 years ago | |
| ._frexp.c | 5 years ago | |
| ._hypot.c | 5 years ago | |
| ._j0.c | 5 years ago | |
| ._j1.c | 5 years ago | |
| ._jn.c | 5 years ago | |
| ._ldexp.c | 5 years ago | |
| ._lgamma.c | 5 years ago | |
| ._log.c | 5 years ago | |
| ._main.c | 5 years ago | |
| ._modf.c | 5 years ago | |
| ._pow.c | 5 years ago | |
| ._sin.c | 5 years ago | |
| ._sinh.c | 5 years ago | |
| ._soft.h | 5 years ago | |
| ._soft.h.old | 5 years ago | |
| ._sqrt.c | 5 years ago | |
| ._tan.c | 5 years ago | |
| ._tanh.c | 5 years ago | |
| Makefile | 5 years ago | |
| README | 5 years ago | |
| asin.c | 5 years ago | |
| atan.c | 5 years ago | |
| const.c | 5 years ago | |
| erf.c | 5 years ago | |
| exp.c | 5 years ago | |
| fabs.c | 5 years ago | |
| floor.c | 5 years ago | |
| frexp.c | 5 years ago | |
| hypot.c | 5 years ago | |
| j0.c | 5 years ago | |
| j1.c | 5 years ago | |
| jn.c | 5 years ago | |
| ldexp.c | 5 years ago | |
| lgamma.c | 5 years ago | |
| log.c | 5 years ago | |
| main.c | 5 years ago | |
| modf.c | 5 years ago | |
| pow.c | 5 years ago | |
| sin.c | 5 years ago | |
| sinh.c | 5 years ago | |
| soft.h | 5 years ago | |
| soft.h.old | 5 years ago | |
| sqrt.c | 5 years ago | |
| tan.c | 5 years ago | |
| tanh.c | 5 years ago | |
README
01/13/90 I implemented frexp(), ldexp(), and modf() as needed by this math library, using the IEEE double's of GNU CC for the 68000. This was previously implemented for the trix compiler only (harmony stuff, in crt.a). -Marc E. G. Now uses a sensible custom math.h instead of libm.h. 02/28/91 Added infnan() and finite() in const.c; these constants should be revised... -MEG --------------------------------- I adopted this package to Linux. It works on all legal numbers. But it needs more work to get error handling right. H.J. Lu hlu@eecs.wsu.edu 02/18/92