diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-06-07 18:56:37 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-06-12 15:00:52 +0200 |
| commit | 022671eb416deb912284e56a764ea97e5cb17b47 (patch) | |
| tree | fab98ee8a0dbfe55c1977d7c31f2452979e85d8f /man3/sin.3 | |
| parent | c9942389360ee3142dfdcd4129cea83d0145631e (diff) | |
| download | man-pages-022671eb416deb912284e56a764ea97e5cb17b47.tar.gz | |
acos.3, acosh.3, asin.3, asinh.3, atan.3, atanh.3, cbrt.3, ceil.3, copysign.3, cos.3, cosh.3, cproj.3, erf.3, exp.3, exp2.3, expm1.3, fabs.3, floor.3, fmod.3, frexp.3, isgreater.3, j0.3, lgamma.3, log.3, log10.3, log1p.3, log2.3, modf.3, nextafter.3, pow.3, rint.3, round.3, scalb.3, scalbln.3, sin.3, sinh.3, sqrt.3, tan.3, tanh.3, tgamma.3, trunc.3: Convert inline formatting (\fX...\fP) to dot-directive formatting
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/sin.3')
| -rw-r--r-- | man3/sin.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/sin.3 b/man3/sin.3 index fc05b98804..83f9b3123b 100644 --- a/man3/sin.3 +++ b/man3/sin.3 @@ -67,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 |
