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

Submitted by:	phantom
This commit is contained in:
Bruce Evans 2001-10-13 12:29:25 +00:00
parent 64890443c1
commit aa00e9d96e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84882
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