ecl/src/h/impl
Daniel Kochmański b45dec9c32 log: add a separate path for ratios
While not necessarily a bug, it is convenient to not overflow on very small
ratios. When feasible instead of converting to float, we compute log of the
number and the denominator and then return their difference.

c.f https://mailman.common-lisp.net/pipermail/ecl-devel/2022-July/011628.html
2022-11-16 00:31:19 +01:00
..
math_dispatch.h log: add a separate path for ratios 2022-11-16 00:31:19 +01:00
math_dispatch2.h complex float: extend math_dispatch macros and add appropriate stubs 2019-05-15 16:35:11 +02:00
math_fenv.h floating point exceptions: add workaround for incomplete fenv.h headers 2021-09-19 17:30:35 +02:00
math_fenv_msvc.h ieee-fp: introduce new macro for toggling between Lisp and C fpe 2019-06-30 13:01:06 +02:00