Deleted Added
full compact
sin.3 (176359) sin.3 (226458)
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

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

22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" 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

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

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

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

65and
66.Fn sinl
67functions return the sine value.
68.Sh SEE ALSO
69.Xr acos 3 ,
70.Xr asin 3 ,
71.Xr atan 3 ,
72.Xr atan2 3 ,
31.\"
32.Dd January 24, 2008
33.Dt SIN 3
34.Os
35.Sh NAME
36.Nm sin ,
37.Nm sinf ,
38.Nm sinl

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

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