diff options
Diffstat (limited to 'lib/libm/common_source/cos.3')
-rw-r--r-- | lib/libm/common_source/cos.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libm/common_source/cos.3 b/lib/libm/common_source/cos.3 index d1051ed..d279d38 100644 --- a/lib/libm/common_source/cos.3 +++ b/lib/libm/common_source/cos.3 @@ -56,16 +56,16 @@ The .Fn cos function returns the cosine value. .Sh SEE ALSO -.Xr sin 3 , -.Xr tan 3 , -.Xr asin 3 , .Xr acos 3 , +.Xr asin 3 , .Xr atan 3 , .Xr atan2 3 , -.Xr sinh 3 , .Xr cosh 3 , -.Xr tanh 3 , .Xr math 3 , +.Xr sin 3 , +.Xr sinh 3 , +.Xr tan 3 , +.Xr tanh 3 .Sh STANDARDS The .Fn acos |