mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 12:54:11 +00:00
Fixed missing quoting of [-1, +1].
Submitted by: phantom
This commit is contained in:
parent
64890443c1
commit
aa00e9d96e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84882
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user