]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r333577:
authorkib <kib@FreeBSD.org>
Tue, 5 Jun 2018 13:46:18 +0000 (13:46 +0000)
committerkib <kib@FreeBSD.org>
Tue, 5 Jun 2018 13:46:18 +0000 (13:46 +0000)
commit4d1854300e021eec9980b0450de313b5b08cd29a
tree4e2b411f15a2bdb7163f77ba86092355e77d3c70
parent5996765619e944e122036fa1c5a95181061c60df
MFC r333577:
Add implementations for clog(3), clogf(3), and clogl(3).

PR: 216863
include/complex.h
lib/libc/softfloat/bits64/softfloat-macros
lib/msun/Makefile
lib/msun/Symbol.map
lib/msun/man/clog.3 [new file with mode: 0644]
lib/msun/man/complex.3
lib/msun/src/math_private.h
lib/msun/src/s_clog.c [new file with mode: 0644]
lib/msun/src/s_clogf.c [new file with mode: 0644]
lib/msun/src/s_clogl.c [new file with mode: 0644]