]> granicus.if.org Git - musl/commit
math: fix exp10 not to raise invalid exception on NaN
authorSzabolcs Nagy <nsz@port70.net>
Thu, 18 Sep 2014 15:02:24 +0000 (17:02 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 18 Sep 2014 15:52:50 +0000 (17:52 +0200)
commit18daae313531ed597d0f6227d15af00b04b104c8
tree9e4ccc417560cdad1bec3e7933855977139cd8fd
parente2e1bb81485a37321d928a8d8b63f40b9d8fa228
math: fix exp10 not to raise invalid exception on NaN

This was not caught earlier because gcc incorrectly generates quiet
relational operators that never raise exceptions.
src/math/exp10.c
src/math/exp10f.c
src/math/exp10l.c