summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
1995-05-12Changed core routines to call __ieee754_sqrt() instead of sqrt(). Ijtc
1995-05-11Winning Strategies has placed this code in the public domain.jtc
1995-05-10Id -> NetBSDjtc
1995-05-08Id -> NetBSDjtc
1995-05-08Id -> NetBSDjtc
1995-05-08i387 float version of atan2()jtc
1995-05-03Add i387 "float" functions to the makefilejtc
1995-05-03Added i387 remainderf and sqrtfjtc
1995-04-28Winning Strategies has placed this code into the Public Domainjtc
1995-04-27removed log2 from manpage, libm doesn't provide that function.jtc
1995-04-14First cut at adding float versions of math functions to the manpages.jtc
1995-03-25Fix overlooked FIXME: unsigned int -> u_int32_t.jtc
1995-03-04First pass at documenting "float" versions of these functions.jtc
1995-03-01Clean up deleted files.mycroft
1995-02-18Enable mc68881 versions of remainder() and scalb().jtc
1995-02-18Special case 0, as was done in s_scalbn.S.jtc
1995-02-1868881-assisted versions of these functions.jtc
1995-01-25Remove unused static constant "one".jtc
1995-01-25Integrate last of the relavant changes from fdlibm 5.2:jtc
1995-01-16Bug fix from fdlibm 5.2.jtc
1994-12-22specify man pages the new way.cgd
1994-12-16Add volatile qualifier to huge and tiny, so that huge*huge and tiny*tinyjtc
1994-09-25Added s_isinff.cjtc
1994-09-25__infinity[] and isinf() for systems whose C libraries don't supply them;jtc
1994-09-25Add prototype for isinff().jtc
1994-09-22LIBM_SCCS must be defined for the RCS ID to be defined.jtc
1994-09-13Remove CYGNUS_LOCAL comment: I maintain this code for NetBSD, not Cygnusjtc
1994-08-26Only extract lx if we need it.mycroft
1994-08-26Remove lie (in a comment) about conversion between 80 bit ot 64 bit reals,jtc
1994-08-19Assembly language versions of some of the "float" functions.jtc
1994-08-19The fyl2xp1 instruction has a limited range:jtc
1994-08-19Bump minor number to account for additions of "float" versions ofjtc
1994-08-18Change int -> int32_t and unsigned int -> u_int32_t to improve portabiltyjtc
1994-08-18Major Bogon: change %ebp to %esp, as I don't set up a stack frame.jtc
1994-08-10Clean up deleted files.mycroft
1994-08-10Float versions of math functions. From Ian Taylor (ian@cygnus.com), withjtc
1994-03-18Use RCSID macro for RCS ID's.jtc
1994-03-12Added RCS ID's. ID's use new RCSID macro from <machine/asm.h>.jtc
1994-03-12Update for mc68881 ceil(), floor(), & rint(), and s_sqrt.S -> e_sqrt.Sjtc
1994-03-12Clean up deleted files.mycroft
1994-03-12The hardware sqrt function is supposed to be __ieee754_sqrt(), and live injtc
1994-03-12converted ceil(), floor(), & rint() from old to new math libraries.jtc
1994-03-12Replace code that was "truncated" when it was converted from oldjtc
1994-03-11Added a ieee_test(3) man page (Like SunOS) derrived from an earlier copyjtc
1994-03-11Clean up deleted files.mycroft
1994-03-11infnan was a vaxism.jtc
1994-03-11Updated for new math library.jtc
1994-03-10Fix typo.jtc
1994-03-10Added i387 version of significand().jtc
1994-03-08Christos Zoulas' Makefile fixes.jtc