summaryrefslogtreecommitdiffstats
path: root/lib/libm/man/nan.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove predefined strings from libm pages.tb2016-04-261-9/+9
| | | | With lots of help, input and tweaks and finally ok schwarze@
* Remove references to math(3).martynas2011-07-071-3/+2
|
* remove, or replace Xr of ieee to either ilogb, nextafter or scalbnmartynas2009-08-031-3/+2
| | | | where appropriate. pointed out by jmc@
* document and mlink long double functions. ok jmc@martynas2008-12-121-7/+12
|
* various markup/grammar fixes for previous, and a missing MLINKjmc2008-07-301-9/+7
| | | | for remquof.3;
* - add man pages for nan and remainder, from freebsdmartynas2008-07-291-0/+95
- mlink drem, dremf, remainderf to remainder; nanf to nan - describe that drem and dremf are obsolete aliases - remove descriptions for remainder and remainderf from ieee looked over by jmc@, but it's easier for him to work on when they are in tree