summaryrefslogtreecommitdiff
path: root/lib/libm/src/e_acoshf.c
AgeCommit message (Expand)Author
2002-05-26__STDC__ is always defined on NetBSD.wiz
1999-07-02More trailing white space.simonb
1997-10-09rcsid facism, WARNSifylukem
1995-05-12Changed core routines to call __ieee754_sqrt() instead of sqrt(). Ijtc
1995-05-10Id -> NetBSDjtc
1994-09-22LIBM_SCCS must be defined for the RCS ID to be defined.jtc
1994-08-18Change int -> int32_t and unsigned int -> u_int32_t to improve portabiltyjtc
1994-08-10Float versions of math functions. From Ian Taylor (ian@cygnus.com), withjtc
ctions 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