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