summaryrefslogtreecommitdiff
path: root/lib/libm/complex
AgeCommit message (Expand)Author
2017-09-27Mention tgmath cproj, creal, cabsmaya
2017-05-07Add the imprecise catrigl functions back.christos
2017-05-07mention why we don't support this (yet)christos
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
2016-12-31Spare ourselves a fabs call. We already check the sign later.maya
2016-09-20fix VAX!christos
2016-09-19Add the complex trig functions from FreeBSDchristos
2014-10-11namespace protectionchristos
2014-10-10try to make vax work.christos
2014-10-10use long constantchristos
2014-10-10whitespacechristos
2014-10-10copy&pastomartin
2014-10-10Add missing catanh variant (and readd it to the Makefile list)martin
2014-10-10Add cimag (apparently accidently dropped in previous revision and reorg)martin
2014-10-10Add the missing complex functions.christos
2013-03-14Remove unknown .LP macro.njoly
2013-01-29Document long double versions of these routines.matt
2012-12-27Convert to mdoc and fix stuff while here.wiz
2011-11-29fix minor typodrochner
2011-11-02Fix the vax build under gcc-4.5 which now detects that floating constantschristos
2011-07-03use DBL_MAX and FLT_MAX from <float.h> instead of hard coding some ieeefp val...mrg
2011-03-18Add missing MLINKS. From Stathis Kamperis.joerg
2011-03-02PR/44663: Corinna Vinschen: Fix misplaced parenthesis that produces the wrongchristos
2010-09-20deal with infinity on the vax.christos
2010-09-20no more ieee ifdefschristos
2010-09-20get rid of ieee dependencies.christos
2010-09-20shouldn't need ieee.h here.christos
2010-09-17don't compile long double support for the havenots.christos
2010-09-15Remove trailing whitespace.wiz
2010-09-15Commit SoC long double support from Stathis Kamperischristos
2009-08-03As noticed by Stathis Kamperis, the original implementation does notdrochner
2008-03-08fix so that it doesn't interact strangely with ARCH_SRCS definitionsdrochner
2008-02-20Add manpages for the complex math functions, originally from SUSv3,drochner
2007-08-20Add C99 complex support, for double and float.drochner