V4/man/man3/sin.3

Compare this file to the similar file:
Show the results in this format:

.th SIN III 3/15/72
.sh NAME
sin \*- sine, cosine
.sh SYNOPSIS
.nf
.ft B
jsr	r5,sin (cos)
.s3
double sin(x)
double x;
.s3
double cos(x)
double x;
.fi
.ft R
.sh DESCRIPTION
The
sine (cosine) of fr0 (resp. \fBx\fR), measured in radians,
is returned (in fr0).
.s3
The magnitude of the argument should be checked
by the caller to make sure the result is meaningful.
.sh BUGS