Date: Thu, 10 Feb 2011 07:37:50 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/msun/src e_asin.c s_atan.c s_cos.c s_sin.c s_tan.c Message-ID: <201102100738.p1A7c0id063441@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2011-02-10 07:37:50 UTC
FreeBSD src repository
Modified files:
lib/msun/src e_asin.c s_atan.c s_cos.c s_sin.c s_tan.c
Log:
SVN rev 218509 on 2011-02-10 07:37:50Z by das
For small arguments, these functions use simple approximations,
e.g. cos(small) = 1, sin(small) = small. This commit tightens
the thresholds at which the simple approximations are used.
Reviewed by: bde
Revision Changes Path
1.15 +1 -1 src/lib/msun/src/e_asin.c
1.13 +1 -1 src/lib/msun/src/s_atan.c
1.13 +1 -1 src/lib/msun/src/s_cos.c
1.13 +1 -1 src/lib/msun/src/s_sin.c
1.13 +1 -1 src/lib/msun/src/s_tan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102100738.p1A7c0id063441>
