Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-04 | libm/w_j0f.c: Call correct ieee754 function | Marcus Haehnel | |
The j0f implementation should, like the other float implementations, call the __ieee754_y0 variant for doubles. A float variant is not declared and leads to a compile error on c99 builds. | |||
2018-01-02 | quieten compiler warnings when __UCLIBC_HAS_FENV__ isn't defined | Waldemar Brodkorb | |
2017-11-03 | math: add exception handling functionality | Sergey Cherkashin | |
According to standards SVID and SYSV. Modified lgamma calling in case when 'signgam' variable should not be used. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> |