]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
I'm happy to finally commit stephen@'s implementations of cacos,
authordas <das@FreeBSD.org>
Thu, 30 May 2013 04:49:26 +0000 (04:49 +0000)
committerdas <das@FreeBSD.org>
Thu, 30 May 2013 04:49:26 +0000 (04:49 +0000)
commitfd1293ba3128f2876d895dcfaedb4f8272c2749c
tree07d25f01ade81b1d448c5ce2524fda6aec8d0264
parent249103dcf21a0db5e3ac3ee18bfa49ced4dfe7e7
I'm happy to finally commit stephen@'s implementations of cacos,
cacosh, casin, casinh, catan, and catanh. Thanks to stephen@ and bde@
for working on these.

Submitted by: stephen@
Reviewed by: bde
include/complex.h
lib/msun/Makefile
lib/msun/Symbol.map
lib/msun/man/cacos.3 [new file with mode: 0644]
lib/msun/man/ccos.3
lib/msun/man/ccosh.3
lib/msun/man/complex.3
lib/msun/src/catrig.c [new file with mode: 0644]
lib/msun/src/catrigf.c [new file with mode: 0644]