Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm: implement generic cexp(), cexpf() and cexpl(). | William Pitcock | 2011-12-23 | 1 | -0/+63 |
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> (cherry picked from commit 6471fc450b66dcb1ba16fe6568cd52221ca64cd1) |