summaryrefslogtreecommitdiff
path: root/lib/libm/complex/csqrtf.c
AgeCommit message (Expand)Author
2017-01-01compare to zero, instead of using signbit, and be more specific in comment.maya
2016-12-31similar to csqrt, spare ourselves a fabsf call. we already check signmaya
2016-12-31csqrt has a branch cut on the negative real axis, and this requiresmaya
2007-08-20Add C99 complex support, for double and float.drochner