aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man
Commit message (Expand)AuthorAgeFilesLines
* Fix a few mandoc issuesGordon Bergling2020-10-091-10/+10
* Fix typoSergio Carlavilla Delgado2020-04-041-1/+1
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-013-3/+18
* Add HISTORY sections to log(3) man pageSergio Carlavilla Delgado2020-03-261-1/+12
* Add some HISTORY sections to manpagesSergio Carlavilla Delgado2020-02-191-1/+4
* Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
Edward Tomasz Napierala2019-08-271-0/+1
* csqrt(3): Fix some typos in the manual pageMateusz Piotrowski2018-11-041-2/+2
* Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-201-9/+2
* Revert r336497 for now, as it breaks on architectures using gcc, with:Dimitry Andric2018-07-191-2/+9
* Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-191-9/+2
* msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy2018-07-152-5/+65
* clog.3, complex.3: Fix typos and igor style issuesConrad Meyer2018-06-062-14/+12
* Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov2018-05-132-4/+109
* cacos(3): correct spelling of 'I'Eitan Adler2017-12-311-2/+2
* Correct r326748, indicating that tgammal(3) is mapped to tgamma(3), notDimitry Andric2017-12-101-1/+1
* Document the existence and precision of the remaining long doubleDimitry Andric2017-12-102-6/+29
* Remove the sentence in math(3) about some long double math functions notDimitry Andric2017-12-071-7/+1
* Implement sincos, sincosf, and sincosl.Michal Meloun2017-05-281-0/+82
* Renumber copyright clause 4Warner Losh2017-02-2832-32/+32
* Add documentations related to new APIs of r313761Mahdi Mokhtari2017-02-171-8/+38
* Bump .DdEnji Cooper2015-11-091-1/+1
* Document powl(3)Enji Cooper2015-11-091-5/+10
* .ie is not supposed to be used in manpagesBaptiste Daroussin2015-07-141-6/+2
* mdoc: fix function declarationBaptiste Daroussin2015-04-261-2/+2
* mdoc: remove empty lineBaptiste Daroussin2015-04-261-1/+0
* Remove end of line whitespaceBaptiste Daroussin2015-04-261-3/+3
* According to POSIX.1-2008, the Bessel functions of second kindSteve Kargl2015-03-101-25/+20
* mdoc: remove EOL whitespace.Joel Dahl2014-12-291-1/+1
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-273-3/+3
* Minor Xr fix.Joel Dahl2014-12-261-1/+1
* * Makefile:Steve Kargl2014-09-151-11/+26
* * Makefile:Steve Kargl2014-07-131-11/+16
* * msun/man/cosh.3:Steve Kargl2013-12-313-3/+3
* Fix a mismerge of my local doc changes to msun/man/sinh.3.Steve Kargl2013-12-301-2/+4
* * Makefile:Steve Kargl2013-12-303-12/+24
* Add implementations of acoshl(), asinhl(), and atanhl(). This is aDavid Schultz2013-06-103-39/+60
* ld80 and ld128 implementations of expm1l(). This code started lifeSteve Kargl2013-06-031-3/+7
* Add logl, log2l, log10l, and log1pl.David Schultz2013-06-031-11/+30
* I'm happy to finally commit stephen@'s implementations of cacos,David Schultz2013-05-304-13/+137
* mdoc: avoid nested displays.Joel Dahl2012-10-141-32/+35
* Minor mdoc fix.Joel Dahl2012-09-111-5/+5
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitSteve Kargl2012-07-231-5/+9
* General mdoc(7) and typo fixes.Glen Barber2012-05-112-2/+2
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-7/+7
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Minor corrections and clarifications regarding exceptions.David Schultz2011-10-211-12/+23
* It's no longer accurate to say that math.h "constitute[s] the C mathDavid Schultz2011-10-171-1/+16
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz2011-10-179-9/+179
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Implement the long double version for the cube root function, cbrtl.Steve Kargl2011-03-122-13/+23