X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fsin.3;h=4a2670270f927b0e94b9069a923a8a04bc295cb6;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=366fac49f7e9ce8f48f8f0cd99884036e82e8530;hpb=c03a7a882c608ebf399d1b044ce7a6daa922351a;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/sin.3 b/original/man3/sin.3 index 366fac49..4a267027 100644 --- a/original/man3/sin.3 +++ b/original/man3/sin.3 @@ -2,6 +2,7 @@ .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -21,6 +22,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code @@ -30,7 +32,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH SIN 3 2010-09-11 "" "Linux Programmer's Manual" +.TH SIN 3 2013-12-16 "" "Linux Programmer's Manual" .SH NAME sin, sinf, sinl \- sine function .SH SYNOPSIS @@ -65,7 +67,11 @@ or .SH DESCRIPTION The .BR sin () -function returns the sine of \fIx\fP, where \fIx\fP is +function returns the sine of +.IR x , +where +.I x +is given in radians. .SH RETURN VALUE On success, these functions return the sine of @@ -99,7 +105,15 @@ is set to An invalid floating-point exception .RB ( FE_INVALID ) is raised. -.SH "CONFORMING TO" +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR sin (), +.BR sinf (), +and +.BR sinl () +functions are thread-safe. +.SH CONFORMING TO C99, POSIX.1-2001. The variant returning .I double @@ -112,7 +126,7 @@ Before version 2.10, the glibc implementation did not set to .B EDOM when a domain error occurred. -.SH "SEE ALSO" +.SH SEE ALSO .BR acos (3), .BR asin (3), .BR atan (3), @@ -121,3 +135,11 @@ when a domain error occurred. .BR csin (3), .BR sincos (3), .BR tan (3) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.