Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2004 21:39:45 -0700 (PDT)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun/src k_tanf.c
Message-ID:  <200406020439.i524djKT020673@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2004/06/01 21:39:45 PDT

  FreeBSD src repository

  Modified files:
    lib/msun/src         k_tanf.c 
  Log:
  Port a bugfix from FDLIBM 5.3.  The bug really only applies to tan()
  and not tanf() because float type can't represent numbers large enough
  to trigger the problem.  However, there seems to be a precedent that
  the float versions of the fdlibm routines should mirror their double
  counterparts.
  
  Also update to the FDLIBM 5.3 license.
  
  Obtained from:  FDLIBM
  Reviewed by:    exhaustive comparison
  
  Revision  Changes    Path
  1.8       +24 -8     src/lib/msun/src/k_tanf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406020439.i524djKT020673>