summaryrefslogtreecommitdiffstats
path: root/lib/libm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve the accuracy of log1p function on i387 for small values of x.canacar2005-03-071-9/+56
* pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave thedhartmei2005-03-011-2/+2
* Fix a typo and get good results in the process, fixes PR 3830 and passesmiod2004-07-221-1/+1
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
* evil pastomickey2004-05-221-2/+2
* remove optimization workaround for sparc64 now that we're using gcc3.brad2004-04-061-2/+2
* we now use the cvs repository copied amd64 setderaadt2004-02-2842-1322/+0
* reach into new amd64 directoryderaadt2004-02-281-3/+3
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-271-2/+2
* add libm parts for amd64; much from netbsd, integration by mickey.deraadt2004-02-0885-1/+2655
* `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))jmc2004-01-231-4/+4
* use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble;jmc2004-01-021-2/+2
* Historically, scalb() in 4BSD had the actual semantics of scalbn(). We changedmillert2003-11-011-5/+4
* these are supposed to round towards zero; found by millert@ while testing perl 5.8.1mickey2003-10-312-4/+4
* hypot: uppercase Euclidean; new sentence new linejmc2003-10-212-5/+6
* ansideraadt2003-06-262-4/+2
* cabsf takes complex float not doublejason2003-06-261-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0291-483/+119
* section reorder;jmc2003-06-024-71/+71
* - typosjmc2003-05-206-31/+34
* ERROR -> ERRORS in .Sh, as per mdoc template.jmc2003-05-082-4/+4
* add properties of single precision IEE754jason2003-05-051-1/+110
* these files all had >9 arguments to .Nd, causing the name description to bejmc2003-05-031-2/+2
* removed unused .Bd macro;jmc2003-04-301-2/+1
* picky assembler warning cleanupsdrahn2003-04-1710-11/+11
* Bessel functions;jmc2003-03-282-21/+25
* .Xr typos;jmc2003-03-061-6/+8
* Use mdoc strings for !=, +-, >= and <=millert2003-03-011-10/+10
* .Xr the right pagesjason2003-02-281-13/+11
* No need to waffle this much... s/roughly like/roughlyjason2003-02-281-2/+2
* mention single precision versionsjason2003-02-281-1/+25
* Convert to mdoc and make some very minor updates. Someone with libm cluesmillert2003-02-281-475/+460
* another pass at cleaningjason2003-02-274-9/+12
* even more cleaning (and more yet to do)jason2003-02-278-26/+27
* final pass at *f in terms of the double precision version.jason2003-02-276-21/+44
* more pointing out that *f are single precision versions of the double functions.jason2003-02-274-23/+52
* describe *f in terms of the double precision version (more of this to come... after dinner).jason2003-02-2712-41/+98
* english it my native language, tho you'd never know itjason2003-02-272-4/+4
* ieee_test isn't real, rename it to logb.3 and make everything link to that instead.jason2003-02-272-10/+8
* A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), etc.jason2003-02-272-13/+20
* - this describes scalb not scalbnjason2003-02-271-2/+11
* fpr0 is recommended to be operated in full 64bits, although seemed to work otherwise, fix itmickey2003-01-164-24/+28
* spellingderaadt2003-01-041-1/+1
* Get the m88k libm to say no to drugs.miod2003-01-031-5/+1
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-2/+2
* scalb() in vax libm is in fact scalbn(), so change the symbol name.miod2002-10-1110-38/+38
* these are not libm private and fix the rintf pasting errormickey2002-09-116-13/+13
* add reminder and roundingsmickey2002-05-229-2/+175
* md sqrt() implementationmickey2002-05-223-1/+36
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-19151-1868/+374