Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-09 | uclibc: Fix double promotion warning | Marcus Haehnel | |
Add casts where necessary to convince clang that the promotion of float to double is intentional. Co-authored-by: Sven Linker <sven.linker@kernkonzept.com> Signed-off-by: Marcus Haehnel <marcus.haehnel@kernkonzept.com> | |||
2011-11-04 | libm: implement generic cexp(), cexpf() and cexpl(). | William Pitcock | |
The cexp*() family of functions is defined by the C99 math standard as implementing exponential functions for complex types. Signed-off-by: William Pitcock <nenolod@dereferenced.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> |