Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2008 19:17:00 +0000 (UTC)
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 e_atan2.c e_atan2f.c e_atan2l.c
Message-ID:  <200808021917.m72JH4w3073527@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2008-08-02 19:17:00 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         e_atan2.c e_atan2f.c e_atan2l.c 
  Log:
  SVN rev 181204 on 2008-08-02 19:17:00Z by das
  
  A few minor corrections, including some from bde:
  - When y/x is huge, it's faster and more accurate to return pi/2
    instead of pi - pi/2.
  - There's no need for 3 lines of bit fiddling to compute -z.
  - Fix a comment.
  
  Revision  Changes    Path
  1.14      +6 -8      src/lib/msun/src/e_atan2.c
  1.11      +6 -8      src/lib/msun/src/e_atan2f.c
  1.3       +4 -1      src/lib/msun/src/e_atan2l.c



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