atan2	atan2.c	/^double atan2(y,x)$/
cabs	cabs.c	/^double cabs(z)$/
cbrt	cbrt.c	/^double cbrt(x) $/
copysign	support.c	/^double copysign(x,y)$/
cos	trig.c	/^double cos(x) $/
cos__C	trig.c	/^static double cos__C(z)$/
drem	support.c	/^double drem(x,p)$/
finite	support.c	/^finite(x)$/
hypot	cabs.c	/^double hypot(x,y)$/
logb	support.c	/^double logb(x)$/
newsqrt	support.c	/^double newsqrt(x)$/
scalb	support.c	/^double scalb(x,N)$/
sin	trig.c	/^double sin(x)$/
sin__S	trig.c	/^static double sin__S(z)$/
sqrt	support.c	/^double sqrt(x)$/
tan	trig.c	/^double tan(x) $/
