summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/atan2.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsuqs2010-06-091-8/+2
| | | | | It is referred to as "theta" later in the document anyway, so stop being fancy.
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-021-2/+2
|
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-311-12/+26
| | | | | | | and cargl(). Reviewed by: bde sparc64 testing resources from: remko
* s/C90/C99/das2007-12-121-1/+1
|
* Implement carg(3) and cargf(3).das2007-12-121-5/+39
| | | | Rotting in an old src tree since: March 2005
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
|
* Properly terminate sentence.ru2005-01-281-2/+2
|
* Remove numerous references to VAX floating-point and the setting ofdas2005-01-141-16/+4
| | | | | | errno, replacing them with a discussion of IEEE exceptions where appropriate. Cross-reference fenv(3) whenever exceptions are mentioned.
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Use ".Lb libm" where it will have an effect (not just in the zombie manbde2001-10-131-0/+2
| | | | | | pages in libm). Submitted by: phantom
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* comma typoswosch1996-12-231-3/+3
|
* Additions from Thomas Graichen to mention each functions' floating pointjkh1995-03-011-12/+19
| | | | | counterpart. Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+189
-- Begin comments from J.T. Conklin: The most significant improvement is the addition of "float" versions of the math functions that take float arguments, return floats, and do all operations in floating point. This doesn't help (performance) much on the i386, but they are still nice to have. The float versions were orginally done by Cygnus' Ian Taylor when fdlibm was integrated into the libm we support for embedded systems. I gave Ian a copy of my libm as a starting point since I had already fixed a lot of bugs & problems in Sun's original code. After he was done, I cleaned it up a bit and integrated the changes back into my libm. -- End comments Reviewed by: jkh Submitted by: jtc
OpenPOWER on IntegriCloud