]> sourceware.org Git - newlib-cygwin.git/commit
libm: Make tgamma(-small) = -INFINITY
authorKeith Packard <keithp@keithp.com>
Tue, 15 Sep 2020 17:10:07 +0000 (10:10 -0700)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 18 Sep 2020 21:20:27 +0000 (17:20 -0400)
commit4641693796509d595f8c0521f914faccff77b3ba
treeebefcee122b7148533f6840d92d83f35acc74caa
parent749cbccc55146bdf65a50b71267a16f5bd180334
libm: Make tgamma(-small) = -INFINITY

Need to copy the argument sign to the output for tgamma(finite)
overflow case.

Signed-off-by: Keith Packard <keithp@keithp.com>
newlib/libm/math/k_standard.c
This page took 0.030309 seconds and 5 git commands to generate.