aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man/remainder.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: spell macros correctly, there's no need for the backslash escapeUlrich Spörlein2010-06-021-4/+4
| | | | Notes: svn path=/head/; revision=208734
* Hook remquol() and remainderl() up to the build.David Schultz2008-03-301-7/+24
| | | | Notes: svn path=/head/; revision=177766
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
| | | | Notes: svn path=/head/; revision=165906
* s/5.5/6.0/ in HISTORY section.Joel Dahl2005-11-241-1/+1
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=152755
* Fixed spelling of remquof() in its prototype.Bruce Evans2005-10-301-1/+1
| | | | Notes: svn path=/head/; revision=151880
* Implement and document remquo() and remquof().David Schultz2005-03-251-12/+45
| | | | Notes: svn path=/head/; revision=144091
* - Move the functions presently described in in ieee(3) to their ownDavid Schultz2005-01-271-0/+113
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. Notes: svn path=/head/; revision=140890