This commit is contained in:
Michael Kerrisk 2008-07-05 14:04:39 +00:00
parent 20f2b484da
commit 1cdac39d7c
1 changed files with 2 additions and 4 deletions

View File

@ -34,13 +34,11 @@ atan2, atan2f, atan2l \- arc tangent function of two variables
.SH SYNOPSIS
.nf
.B #include <math.h>
.sp
.BI "double atan2(double " y ", double " x );
.br
.BI "float atan2f(float " y ", float " x );
.br
.BI "long double atan2l(long double " y ", long double " x );
.sp
.fi
Link with \fI\-lm\fP.
.SH DESCRIPTION