Disregard ERANGE from libm log when x = 0.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 4 Jun 2013 08:47:43 +0000 (08:47 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 4 Jun 2013 08:47:45 +0000 (08:47 +0000)
commitcc307f1f83f30a7e9792b0c8598ec20c6ddb27b3
tree3b6dc0c483f5a68cb3e42807b8abf51a5332331b
parentbd0bb43c48eae5bc595027530fc2a0585cf1a210
Disregard ERANGE from libm log when x = 0.

This enables log to usefully raise the IEEE 754 divide-by-zero
exception when the divide-by-zero exception is untrapped.
src/microcode/flonum.c