• Paul Eggert's avatar
    (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod · bc1c9d7e
    Paul Eggert authored
    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.
    bc1c9d7e
data.c 74.3 KB