From ca3c705bbb793559bc5adc8fd4e0bb7e4b350f2e Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 22 May 2001 15:03:49 +0000 Subject: Added file for non-Cephes double routines; currently only fmod and modf. --- libm/double/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/double/Makefile') diff --git a/libm/double/Makefile b/libm/double/Makefile index b64116df8..e594b0f85 100644 --- a/libm/double/Makefile +++ b/libm/double/Makefile @@ -35,7 +35,7 @@ CSRC=acosh.c airy.c asin.c asinh.c atan.c atanh.c bdtr.c beta.c \ polevl.c polmisc.c polylog.c polyn.c pow.c powi.c psi.c rgamma.c round.c \ shichi.c sici.c sin.c sindg.c sinh.c spence.c stdtr.c struve.c \ tan.c tandg.c tanh.c unity.c yn.c zeta.c zetac.c \ - sqrt.c floor.c setprec.c mtherr.c + sqrt.c floor.c setprec.c mtherr.c noncephes.c COBJS=$(patsubst %.c,%.o, $(CSRC)) -- cgit v1.2.3