]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implementations of cexpl()
authorSteve Kargl <kargl@FreeBSD.org>
Fri, 5 Nov 2021 02:04:01 +0000 (04:04 +0200)
committerKonstantin Belousov <kib@FreeBSD.org>
Wed, 10 Nov 2021 19:36:20 +0000 (21:36 +0200)
commit4ac2d43111f005ea8a326dc30fcf4df522bcf661
tree9ea2c32d82d73d18f9cf0c67829afd0cf34e2425
parente8e8c6c2bf3279d2e12f6a89dfbe9452824a3cb3
Implementations of cexpl()

PR: 216862

(cherry picked from commit 046e2d5db1e8afd2d09ea28e5d2a7550535d4b77)
include/complex.h
lib/msun/Makefile
lib/msun/Symbol.map
lib/msun/ld128/s_cexpl.c [new file with mode: 0644]
lib/msun/ld80/s_cexpl.c [new file with mode: 0644]
lib/msun/man/cexp.3
lib/msun/man/complex.3
lib/msun/src/k_sincosl.h
lib/msun/src/s_cexp.c
lib/msun/src/s_cexpf.c
lib/msun/src/s_cosl.c