BSD 4_4 development
[unix-history] / usr / share / man / cat3 / acosh.0
index 299a1b6..4365615 100644 (file)
@@ -1,66 +1,27 @@
-
-
-
-ASINH(3M)                    1986                      ASINH(3M)
-
-
+ACOSH(3)                    BSD Programmer's Manual                   ACOSH(3)
 
 N\bNA\bAM\bME\bE
 
 N\bNA\bAM\bME\bE
-     asinh, acosh, atanh - inverse hyperbolic functions
+     a\bac\bco\bos\bsh\bh - inverse hyperbolic cosine function
 
 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
      #\b#i\bin\bnc\bcl\blu\bud\bde\be <\b<m\bma\bat\bth\bh.\b.h\bh>\b>
 
 
 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
      #\b#i\bin\bnc\bcl\blu\bud\bde\be <\b<m\bma\bat\bth\bh.\b.h\bh>\b>
 
-     d\bdo\bou\bub\bbl\ble\be a\bas\bsi\bin\bnh\bh(\b(x\bx)\b)
-     d\bdo\bou\bub\bbl\ble\be x\bx;\b;
-
-     d\bdo\bou\bub\bbl\ble\be a\bac\bco\bos\bsh\bh(\b(x\bx)\b)
-     d\bdo\bou\bub\bbl\ble\be x\bx;\b;
-
-     d\bdo\bou\bub\bbl\ble\be a\bat\bta\ban\bnh\bh(\b(x\bx)\b)
-     d\bdo\bou\bub\bbl\ble\be x\bx;\b;
+     _\bd_\bo_\bu_\bb_\bl_\be
+     a\bac\bco\bos\bsh\bh(_\bd_\bo_\bu_\bb_\bl_\be _\bx);
 
 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
 
 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
-     These functions compute the designated inverse hyperbolic
-     functions for real arguments.
-
-E\bER\bRR\bRO\bOR\bR (\b(d\bdu\bue\be t\bto\bo R\bRo\bou\bun\bnd\bdo\bof\bff\bf e\bet\btc\bc.\b.)\b)
-     These functions inherit much of their error from log1p
-     described in exp(3M).  On a VAX, acosh is accurate to about
-     3 _\bu_\bl_\bps, asinh and atanh to about 2 _\bu_\bl_\bps.  An _\bu_\bl_\bp is one _\bUnit
-     in the _\bLast _\bPlace carried.
+     The a\bac\bco\bos\bsh\bh() function computes the inverse hyperbolic cosine of the real
+     argument _\bx. For a discussion of error due to roundoff, see math(3).
 
 
-D\bDI\bIA\bAG\bGN\bNO\bOS\bST\bTI\bIC\bCS\bS
-     Acosh returns the reserved operand on a VAX if the argument
-     is less than 1.
-
-     Atanh returns the reserved operand on a VAX if the argument
-     has absolute value bigger than or equal to 1.
+R\bRE\bET\bTU\bUR\bRN\bN V\bVA\bAL\bLU\bUE\bES\bS
+     The a\bac\bco\bos\bsh\bh() function returns the inverse hyperbolic cosine of _\bx. On the
+     VAX and Tahoe, if the argument is less than one a\bac\bco\bos\bsh\bh() sets the global
+     variable _\be_\br_\br_\bn_\bo to EDOM and causes a reserved operand fault.
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
-     math(3M), exp(3M), infnan(3M)
-
-A\bAU\bUT\bTH\bHO\bOR\bR
-     W. Kahan, Kwok-Choi Ng
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Printed 7/27/90                May                             1
-
+     asinh(3),  atanh(3),  exp(3),  infnan(3) math(3),
 
 
+H\bHI\bIS\bST\bTO\bOR\bRY\bY
+     The a\bac\bco\bos\bsh\bh() function appeared in 4.3BSD.
 
 
+4.3 Berkeley Distribution        June 4, 1993                                1