summaryrefslogtreecommitdiffstats
path: root/libm/cexp.c
Commit message (Collapse)AuthorAgeFilesLines
* libm: implement generic cexp(), cexpf() and cexpl().William Pitcock2011-12-231-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)