musl/src/math/lgamma.c, branch master musl - an implementation of the standard library for Linux-based systems move lgamma-related internal declarations to libm.h 2018年09月12日T18:34:29+00:00 Rich Felker dalias@aerifal.cx 2018年09月07日T16:32:12+00:00 59d88940d20b40495c9d63560469b3a1ee5c8bc6
math: remove comment about aliasing lgamma as gamma 2012年03月27日T20:12:20+00:00 nsz nsz@port70.net 2012年03月27日T20:12:20+00:00 1b229a2098a35795aa20bd09b8c81c5143e64277 It is probably not worth supporting gamma. (it was already deprecated in 4.3BSD)
It is probably not worth supporting gamma.
(it was already deprecated in 4.3BSD)
other side of the signgam namespace fix: use the internal name 2012年03月17日T01:20:53+00:00 Rich Felker dalias@aerifal.cx 2012年03月17日T01:20:53+00:00 8c071f872b2844ca297275176047f8d23eec96a7
fix namespace issues for lgamma, etc. 2012年03月17日T01:16:32+00:00 Rich Felker dalias@aerifal.cx 2012年03月17日T01:16:32+00:00 de7db6e927e568c52eaffeb51d7726a094ed0180 standard functions cannot depend on nonstandard symbols
standard functions cannot depend on nonstandard symbols
in math.h make lgamma_r and non-double bessel _GNU_SOURCE only 2012年03月15日T08:29:53+00:00 nsz nsz@port70.net 2012年03月15日T08:29:53+00:00 40305f74bd70a575ce73260227ed3b64e0625b13 long double and float bessel functions are no longer xsi extensions
long double and float bessel functions are no longer xsi extensions
first commit of the new libm! 2012年03月13日T05:17:53+00:00 Rich Felker dalias@aerifal.cx 2012年03月13日T05:17:53+00:00 b69f695acedd4ce2798ef9ea28d834ceccc789bd thanks to the hard work of Szabolcs Nagy (nsz), identifying the best (from correctness and license standpoint) implementations from freebsd and openbsd and cleaning them up! musl should now fully support c99 float and long double math functions, and has near-complete complex math support. tgmath should also work (fully on gcc-compatible compilers, and mostly on any c99 compiler). based largely on commit 0376d44a890fea261506f1fc63833e7a686dca19 from nsz's libm git repo, with some additions (dummy versions of a few missing long double complex functions, etc.) by me. various cleanups still need to be made, including re-adding (if they're correct) some asm functions that were dropped.
thanks to the hard work of Szabolcs Nagy (nsz), identifying the best
(from correctness and license standpoint) implementations from freebsd
and openbsd and cleaning them up! musl should now fully support c99
float and long double math functions, and has near-complete complex
math support. tgmath should also work (fully on gcc-compatible
compilers, and mostly on any c99 compiler).
based largely on commit 0376d44a890fea261506f1fc63833e7a686dca19 from
nsz's libm git repo, with some additions (dummy versions of a few
missing long double complex functions, etc.) by me.
various cleanups still need to be made, including re-adding (if
they're correct) some asm functions that were dropped.

AltStyle によって変換されたページ (->オリジナル) /