matherr.3: srcfix to eliminate groff error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-07 09:33:31 +12:00
parent d0f1fd336a
commit 27844710c8
1 changed files with 4 additions and 4 deletions

View File

@ -215,9 +215,9 @@ Function Type Result Msg? errno
acos(|x|>1) DOMAIN HUGE y EDOM
asin(|x|>1) DOMAIN HUGE y EDOM
atan2(0,0) DOMAIN HUGE y EDOM
acosh(x<1) DOMAIN NAN y EDOM \" retval is 0.0/0.0
atanh(|x|>1) DOMAIN NAN y EDOM \" retval is 0.0/0.0
atanh(|x|==1) SING (x>0.0)? y EDOM \" retval is x/0.0
acosh(x<1) DOMAIN NAN y EDOM \" retval is 0.0/0.0
atanh(|x|>1) DOMAIN NAN y EDOM \" retval is 0.0/0.0
atanh(|x|==1) SING (x>0.0)? y EDOM \" retval is x/0.0
\ \ HUGE_VAL :
\ \ \-HUGE_VAL
cosh(fin) o/f OVERFLOW HUGE n ERANGE
@ -268,7 +268,7 @@ scalb() o/f OVERFLOW (x>0.0) ? n ERANGE
scalb() u/f UNDERFLOW copysign( n ERANGE
\ \ \ \ 0.0,x)
fmod(x,0) DOMAIN x y EDOM
remainder(x,0) DOMAIN NAN y EDOM \" retval is 0.0/0.0
remainder(x,0) DOMAIN NAN y EDOM \" retval is 0.0/0.0
.TE
.SH EXAMPLE
The example program demonstrates the use of