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
David Schultz
das at FreeBSD.org
Sat Feb 16 23:33:13 PST 2008
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 at 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)
More information about the cvs-src
mailing list