summaryrefslogtreecommitdiff
path: root/lib/libm/src/math_private.h
AgeCommit message (Expand)Author
2016-09-19Add the complex trig functions from FreeBSDchristos
2015-03-26Fix prototypes to match definitionsjustin
2014-03-14There is some very odd code in s_exp2.c that only works if 'double'dsl
2013-11-19Add cbrtl(3) and sqrtl(3), from FreeBSD.joerg
2013-11-12Initial version of fmodl from FreeBSD.joerg
2013-02-11hook fma to the buildchristos
2012-05-05Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot czchristos
2010-09-16fix an obvious botch which made eg conjl(3) a no-opdrochner
2010-09-15Commit SoC long double support from Stathis Kamperischristos
2010-01-11Add exp2 and exp2mchristos
2008-04-26pass a little lint.christos
2005-07-21Add log2 and log2f from FreeBSD PR 83845christos
2001-02-21Add support for ARM VFP-format doubles, conditional on __VFP_FP__.bjh21
2001-02-09__arm26__ || __arm32__ -> __arm__bjh21
2000-05-09Initial commit of arm26 portbjh21
1999-07-02More trailing white space.simonb
1998-11-24Use __arm32__, not arm32, for egcs.mycroft
1997-10-09rcsid facism, WARNSifylukem
1996-10-13remove inclusion of <machine/endian.h>christos
1996-05-07Get the word order of doubles correct for the arm32 port.mark
1995-03-25Fix overlooked FIXME: unsigned int -> u_int32_t.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