mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
71f60ec632
The finite() function has been superseded by isfinite(). There is also no need to use scalb(), as the exponent is also an integer value. We can simply use scalbn(). There is also no need to use __isnanf(). The values passed are guaranteed to be of type float, meaning we can safely use the standard isnan(). |
||
---|---|---|
.. | ||
b_exp.c | ||
b_log.c | ||
b_tgamma.c | ||
Make.files | ||
mathimpl.h |