Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2005 17:58:14 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun/src s_cbrtf.c
Message-ID:  <200512111758.jBBHwEIg037213@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2005-12-11 17:58:14 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_cbrtf.c 
  Log:
  Fixed the unexpectedly large maximum error after the previous commit.
  It was because I forgot to translate the part of the double precision
  algorithm that chops t so that t*t is exact.  Now the maximum error
  is the same as for double precision (almost exactly 2.0/3 ulps).
  
  Revision  Changes    Path
  1.9       +2 -2      src/lib/msun/src/s_cbrtf.c



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