Deleted Added
full compact
sin.3 (21673) sin.3 (21907)
1.\" Copyright (c) 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" @(#)sin.3 6.7 (Berkeley) 4/19/91
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

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

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

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91
34.\" $FreeBSD: head/lib/msun/man/sin.3 21673 1997-01-14 07:20:47Z jkh $
34.\" $FreeBSD: head/lib/msun/man/sin.3 21907 1997-01-20 23:23:22Z wosch $
35.\"
36.Dd April 19, 1991
37.Dt SIN 3
38.Os
39.Sh NAME
40.Nm sin ,
41.Nm sinf
42.Nd sine functions

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

64functions return the sine value.
65.Sh SEE ALSO
66.Xr acos 3 ,
67.Xr asin 3 ,
68.Xr atan 3 ,
69.Xr atan2 3 ,
70.Xr cos 3 ,
71.Xr cosh 3 ,
35.\"
36.Dd April 19, 1991
37.Dt SIN 3
38.Os
39.Sh NAME
40.Nm sin ,
41.Nm sinf
42.Nd sine functions

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

64functions return the sine value.
65.Sh SEE ALSO
66.Xr acos 3 ,
67.Xr asin 3 ,
68.Xr atan 3 ,
69.Xr atan2 3 ,
70.Xr cos 3 ,
71.Xr cosh 3 ,
72.Xr math 3 ,
72.Xr sinh 3 ,
73.Xr tan 3 ,
73.Xr sinh 3 ,
74.Xr tan 3 ,
74.Xr tanh 3 ,
75.Xr math 3
75.Xr tanh 3
76.Sh STANDARDS
77The
78.Fn sin
79function conforms to
80.St -ansiC .
76.Sh STANDARDS
77The
78.Fn sin
79function conforms to
80.St -ansiC .