Date: Fri, 23 Nov 2001 08:16:18 -0800 (PST) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile complex.h src/lib/msun/src math.h w_cabs.c w_cabsf.c Message-ID: <200111231616.fANGGIZ66779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dd 2001/11/23 08:16:18 PST
Modified files: (Branch: RELENG_4)
include Makefile
lib/msun/src math.h w_cabs.c w_cabsf.c
Added files: (Branch: RELENG_4)
include complex.h
Log:
MFC: move prototypes for cabs() and cabsl() to complex.h and
reimplement them using the new complex number types.
Approved by: ru
Revision Changes Path
1.109.2.15 +2 -1 src/include/Makefile
1.1.2.1 +60 -0 src/include/complex.h (new)
1.8.2.2 +1 -3 src/lib/msun/src/math.h
1.3.12.1 +10 -9 src/lib/msun/src/w_cabs.c
1.2.12.1 +10 -8 src/lib/msun/src/w_cabsf.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111231616.fANGGIZ66779>
