summaryrefslogtreecommitdiff
path: root/lib/msun/src/k_tanf.c
Commit message (Expand)AuthorAgeFilesLines
* Change a few extern inline functions in libm to static inline, sinceDimitry Andric2012-08-111-3/+3
* Use ISO C99 style inline semantics in msun.Ed Schouten2009-06-031-3/+3
* Use __gnu89_inline so that these files will compile with newer versionsDavid Schultz2009-01-131-1/+1
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Rearranged the polynomial evaluation some more to reduce dependencies.Bruce Evans2005-11-281-8/+20
* Changed spelling of the request-to-inline macro name to match the changeBruce Evans2005-11-281-3/+4
* Minor cleanups and optimizations:Bruce Evans2005-11-241-11/+5
* Optimized by eliminating the special case for 0.67434 <= |x| < pi/4.Bruce Evans2005-11-241-16/+7
* Use only double precision for "kernel" tanf (except for returning float).Bruce Evans2005-11-231-20/+17
* Mess up the "kernel" float trig function .c files with ifdefs so thatBruce Evans2005-11-211-0/+5
* Use double precision to simplify and optimize a long division.Bruce Evans2005-11-211-15/+1
* Imoproved comments for the minimax polynomial.Bruce Evans2005-11-121-10/+11
* As for __kernel_cosf() and __kernel_sinf(), use a fairly optimal minimaxBruce Evans2005-11-101-17/+11
* Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x)Bruce Evans2005-11-021-21/+0
* Removed dead code for handling tan[f]() on odd multiples of pi/2. ThisBruce Evans2005-11-021-3/+1
* Fixed some of the silliness related to rev.1.8. In 1.8, "double" inBruce Evans2005-11-021-1/+1
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()David Schultz2004-06-021-8/+24
* Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+101