]> git.eshelyaron.com Git - emacs.git/commit
(isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
authorPaul Eggert <eggert@twinsun.com>
Tue, 28 Jan 1997 04:51:45 +0000 (04:51 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 28 Jan 1997 04:51:45 +0000 (04:51 +0000)
commitbc1c9d7e6b3c01a54a66617d550a6af6b6d4167d
treec759662d81ae96bfa2036a9bd19027fe43303a5e
parente1d409fed5ba45d595d35ea1915a06aa1bdc6fef
(isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
might need it.
(fmod): Ensure that the magnitude of the result does not exceed that
of the divisor, and that the sign of the result does not disagree with
that of the dividend.  This does not yield a
particularly accurate result, but at least it will be in the
range promised by fmod.
src/data.c