summaryrefslogtreecommitdiffstats
path: root/lib/msun/man
Commit message (Collapse)AuthorAgeFilesLines
* Implement cproj{,f,l}().das2008-08-071-5/+30
|
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-314-61/+74
| | | | | | | and cargl(). Reviewed by: bde sparc64 testing resources from: remko
* Fix a typo in the cosl() prototype.das2008-06-281-2/+2
|
* Implement fmodl.das2008-06-191-21/+25
| | | | Document fmodl and fix some errors in the fmod manpage.
* Hook remquol() and remainderl() up to the build.das2008-03-301-7/+24
|
* Implement csqrtl().das2008-03-301-11/+19
|
* Document hypotl().das2008-03-301-12/+17
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Hook up sqrtl() to the build.das2008-03-021-9/+19
|
* Document return values better.das2008-02-181-3/+34
|
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-181-7/+15
|
* Documentation for sinl(), cosl(), and tanl().das2008-02-173-35/+46
|
* Introduce a new log(3) manpage and move the relevant functions there.das2008-01-182-69/+118
| | | | | | Document exp2l() in exp(3), and remove the quaint discussion of topics such as what these functions were called on the HP-71B's variant of BASIC.
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-142-22/+36
| | | | Thanks to bde@ for feedback and testing of rintl().
* Add logbl(3) to libm.das2007-12-171-27/+28
|
* Document the fact that we have nan(3) now, and make some minor clarificationsdas2007-12-171-10/+14
| | | | in other places.
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-0/+99
| | | | | | | adds two new directories in msun: ld80 and ld128. These are for long double functions specific to the 80-bit long double format used on x86-derived architectures, and the 128-bit format used on sparc64, respectively.
* Implement and document csqrt(3) and csqrtf(3).das2007-12-151-0/+94
|
* Update the standards section, and make a minor clarification about thedas2007-12-141-5/+10
| | | | return value of sqrt.
* s/C90/C99/das2007-12-121-1/+1
|
* Add a "STANDARDS" section.das2007-12-121-0/+9
|
* Implement carg(3) and cargf(3).das2007-12-122-6/+41
| | | | Rotting in an old src tree since: March 2005
* Remove California Regent's clause 3, per letterimp2007-01-0932-128/+0
|
* Fix a cut-and-paste-o.das2007-01-061-2/+2
|
* Remove a note pertaining to the Alpha.das2007-01-051-7/+0
|
* s/5.5/6.0/ in HISTORY section.joel2005-11-243-3/+3
| | | | Discussed with: ru
* -mdoc sweep.ru2005-11-173-3/+3
|
* The logb() functions are not just ieee754 "test" functions, but arebde2005-11-063-31/+46
| | | | | | | | | | | | | standard in C99 and POSIX.1-2001+. They are also not deprecated, since apart from being standard they can handle special args slightly better than the ilogb() functions. Move their documentation to ilogb.3. Try to use consistent and improved wording for both sets of functions. All of ieee854, C99 and POSIX have better wording and more details for special args. Add history for the logb() functions and ilogbl(). Fix history for ilogb().
* Fixed spelling of remquof() in its prototype.bde2005-10-301-1/+1
|
* Markup nit.ru2005-06-161-1/+1
| | | | Approved by: re (blanket)
* Fixed compile warning.ru2005-06-161-2/+0
| | | | Approved by: re (blanket)
* Assorted markup fixes.ru2005-06-154-6/+6
| | | | Approved by: re
* Implement truncl() based on floorl().das2005-04-161-9/+15
|
* Add roundl(), lroundl(), and llroundl().das2005-04-082-12/+36
|
* Document exp2() and exp2f(), and make other minor tweaks and updates.das2005-04-052-88/+37
|
* Implement and document remquo() and remquof().das2005-03-252-16/+48
|
* Document feenableexcept(), fedisableexcept(), and fegetexcept().das2005-03-161-0/+98
|
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-161-9/+32
| | | | | | | | | | fedisableexcept(), and fegetexcept(). These two sets of routines provide the same functionality. I implemented the former as an undocumented internal interface to make the regression test easier to write. However, fe(enable|disable|get)except() is already part of glibc, and I would like to avoid gratuitous differences. The only major flaw in the glibc API is that there's no good way to report errors on processors that don't support all the unmasked exceptions.
* Document scalbnl and scalblnl.das2005-03-071-9/+16
|
* Document nextafterl and nexttoward{,f,l}.das2005-03-071-7/+21
|
* Add nexttoward to the list of implemented functions, and explicitlydas2005-03-071-4/+8
| | | | list the four that are still missing.
* Document fmal.das2005-03-071-16/+27
|
* Fix a mistake in the exponent range.das2005-03-061-1/+1
|
* Un-document the non-extant exp10() and exp10f() functions.das2005-02-261-2/+0
| | | | exp10() was a casualty of the transition away from the VAX.
* Typo.ru2005-01-281-1/+1
|
* Properly terminate sentence.ru2005-01-281-2/+2
|
* - Move the functions presently described in in ieee(3) to their owndas2005-01-277-574/+875
| | | | | | | | manpages. They are not very related, so separating them makes it easier to add meaningful cross-references and extend some of the descriptions. - Move the part of math(3) that discusses IEEE 754 to the ieee(3) manpage.
* Many changes, including the following major ones:das2005-01-231-113/+269
| | | | | | | | | | - Rearrange the list of functions into categories. - Remove the ulps column. It was appropriate for only some of the functions in the list, and correct for even fewer of them. - Add some new paragraphs, and remove some old ones about NaNs that may do more harm than good. - Document precisions other than double-precision.
* Add fma() and fmaf(), which implement a fused multiply-add operation.das2005-01-222-1/+106
|
* Sort sections.ru2005-01-202-17/+17
|
* Use the \*(If string provided by mdoc(7), to represent infinity.ru2005-01-162-18/+11
|
OpenPOWER on IntegriCloud