]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an implementation of copysignl(), a long double version of copysign().
authorstefanf <stefanf@FreeBSD.org>
Fri, 7 May 2004 18:56:31 +0000 (18:56 +0000)
committerstefanf <stefanf@FreeBSD.org>
Fri, 7 May 2004 18:56:31 +0000 (18:56 +0000)
commit2a0970f8cee42d30d717b86a6835ff6573992364
treec301568ae388783153335bdfe36f52646c0534fb
parent65ef3a8ab777ffda32cf5aa4d9f2b45da9e79749
Add an implementation of copysignl(), a long double version of copysign().

Approved by: das (mentor)
lib/msun/Makefile
lib/msun/man/ieee.3
lib/msun/src/math.h
lib/msun/src/s_copysignl.c [new file with mode: 0644]