Deleted Added
full compact
cos.3 (180074) cos.3 (226458)
1.\" Copyright (c) 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91
1.\" Copyright (c) 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91
29.\" $FreeBSD: head/lib/msun/man/cos.3 180074 2008-06-28 01:43:24Z das $
29.\" $FreeBSD: head/lib/msun/man/cos.3 226458 2011-10-17 05:41:03Z das $
30.\"
31.Dd January 24, 2008
32.Dt COS 3
33.Os
34.Sh NAME
35.Nm cos ,
36.Nm cosf ,
37.Nm cosl

--- 28 unchanged lines hidden (view full) ---

66and
67.Fn cosl
68functions return the cosine value.
69.Sh SEE ALSO
70.Xr acos 3 ,
71.Xr asin 3 ,
72.Xr atan 3 ,
73.Xr atan2 3 ,
30.\"
31.Dd January 24, 2008
32.Dt COS 3
33.Os
34.Sh NAME
35.Nm cos ,
36.Nm cosf ,
37.Nm cosl

--- 28 unchanged lines hidden (view full) ---

66and
67.Fn cosl
68functions return the cosine value.
69.Sh SEE ALSO
70.Xr acos 3 ,
71.Xr asin 3 ,
72.Xr atan 3 ,
73.Xr atan2 3 ,
74.Xr ccos 3 ,
74.Xr cosh 3 ,
75.Xr math 3 ,
76.Xr sin 3 ,
77.Xr sinh 3 ,
78.Xr tan 3 ,
79.Xr tanh 3
80.Sh STANDARDS
81These functions conform to
82.St -isoC-99 .
75.Xr cosh 3 ,
76.Xr math 3 ,
77.Xr sin 3 ,
78.Xr sinh 3 ,
79.Xr tan 3 ,
80.Xr tanh 3
81.Sh STANDARDS
82These functions conform to
83.St -isoC-99 .