Date: Sun, 17 Feb 2008 07:33:12 +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 math.h s_cos.c s_cosl.c s_sin.c s_sinl.c s_tan.c s_tanl.c Message-ID: <200802170733.m1H7XCYl060713@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2008-02-17 07:33:12 UTC FreeBSD src repository Modified files: lib/msun/src math.h s_cos.c s_sin.c s_tan.c Added files: lib/msun/src s_cosl.c s_sinl.c s_tanl.c Log: Add implementations of sinl(), cosl(), and tanl(). Submitted by: Steve Kargl <sgk@apl.washington.edu> Revision Changes Path 1.68 +6 -0 src/lib/msun/src/math.h 1.11 +6 -0 src/lib/msun/src/s_cos.c 1.1 +114 -0 src/lib/msun/src/s_cosl.c (new) 1.11 +6 -0 src/lib/msun/src/s_sin.c 1.1 +115 -0 src/lib/msun/src/s_sinl.c (new) 1.11 +6 -0 src/lib/msun/src/s_tan.c 1.1 +114 -0 src/lib/msun/src/s_tanl.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802170733.m1H7XCYl060713>