summaryrefslogtreecommitdiff
path: root/lib/libm/src/k_standard.c
AgeCommit message (Expand)Author
2013-11-19Add cbrtl(3) and sqrtl(3), from FreeBSD.joerg
2013-11-19Report correct exception for fmodl.joerg
2011-04-11let log(<0) return NaN rather than -inf in POSIX/XOPEN modes, asdrochner
2010-09-01EDOM should not be set on atan2(0,0) in POSIX mode, found bydrochner
2010-01-27fix return values for atan2(+-0,+-0) in the POSIX casedrochner
2010-01-20let the previous fix apply to acos rather than atan2,drochner
2010-01-20PR/42630 asin(2.0) and acos(2.0) doesn't return NaN.tnozaki
2005-07-21Add wrappers for the newly added functions. Thanks Klaus!christos
2002-05-26__STDC__ is always defined on NetBSD.wiz
2001-05-26revert previous (obviously wrong) changeaymeric
2001-05-22Make this compile when _USE_WRITE is definedaymeric
1999-07-02More trailing white space.simonb
1997-10-09rcsid facism, WARNSifylukem
1995-05-10Id -> NetBSDjtc
1994-09-22LIBM_SCCS must be defined for the RCS ID to be defined.jtc
1994-08-10Float versions of math functions. From Ian Taylor (ian@cygnus.com), withjtc
1994-02-18Add RCS ID's.jtc
1994-02-11Include <math.h> instead of "fdlibm.h"jtc
1994-02-11Fdlibm 5.1jtc