]> sourceware.org Git - newlib-cygwin.git/commit
Fix modf/f for NaN input
authorFabian Schriever <fabian.schriever@gtd-gmbh.de>
Wed, 18 Mar 2020 13:18:20 +0000 (14:18 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 19 Mar 2020 15:34:26 +0000 (16:34 +0100)
commit4ad9ba42fc3dd116bad8b9cb89d434256d3431fb
tree56f0cf51cfdcda5e013a88f1dcb0529cebb1bd29
parent9e8da7bd2138aaefcb746be3bcce2787c75a5849
Fix modf/f for NaN input

For NaN input the modf/f procedures should return NaN instead of zero
with the sign of the input.
newlib/libm/common/s_modf.c
newlib/libm/common/sf_modf.c
This page took 0.029905 seconds and 5 git commands to generate.