2010-02-16 15:41:33 +01:00
|
|
|
# math sources
|
|
|
|
.PATH: ${.CURDIR}/math
|
2006-01-16 16:44:55 +01:00
|
|
|
|
2010-02-16 15:41:33 +01:00
|
|
|
SRCS+= \
|
2006-01-16 16:44:55 +01:00
|
|
|
asin.c \
|
|
|
|
atan.c \
|
|
|
|
atan2.c \
|
|
|
|
ceil.c \
|
2009-12-24 21:22:41 +01:00
|
|
|
compare.c \
|
2006-01-16 16:44:55 +01:00
|
|
|
exp.c \
|
|
|
|
fabs.c \
|
|
|
|
floor.c \
|
|
|
|
fmod.c \
|
|
|
|
hugeval.c \
|
|
|
|
log.c \
|
|
|
|
log10.c \
|
|
|
|
pow.c \
|
2007-12-14 12:59:54 +01:00
|
|
|
s_rint.c \
|
2010-01-08 08:27:54 +01:00
|
|
|
scalbn.c \
|
2006-01-16 16:44:55 +01:00
|
|
|
sin.c \
|
|
|
|
sinh.c \
|
|
|
|
sqrt.c \
|
|
|
|
tan.c \
|
2010-02-16 15:41:33 +01:00
|
|
|
tanh.c
|