Fixed missing quoting of [-1, +1].

Submitted by:	phantom
This commit is contained in:
bde 2001-10-13 12:29:25 +00:00
parent de0fc56b84
commit 6ac346584a
2 changed files with 4 additions and 2 deletions

View File

@ -54,7 +54,8 @@ and the
.Fn acosf
functions compute the principal value of the arc cosine of
.Fa x .
A domain error occurs for arguments not in the range [-1, +1].
A domain error occurs for arguments not in the range
.Bq -1 , +1 .
For a discussion of error due to roundoff, see
.Xr math 3 .
.Sh RETURN VALUES

View File

@ -54,7 +54,8 @@ and the
.Fn asinf
functions compute the principal value of the arc sine of
.Fa x .
A domain error occurs for arguments not in the range [-1, +1].
A domain error occurs for arguments not in the range
.Bq -1 , +1 .
For a discussion of error due to roundoff, see
.Xr math 3 .
.Sh RETURN VALUES