Research V4 development
authorKen Thompson <ken@research.uucp>
Tue, 6 Nov 1973 01:46:47 +0000 (20:46 -0500)
committerKen Thompson <ken@research.uucp>
Tue, 6 Nov 1973 01:46:47 +0000 (20:46 -0500)
Work on file man/man3/sin.3

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v4

man/man3/sin.3 [new file with mode: 0644]

diff --git a/man/man3/sin.3 b/man/man3/sin.3
new file mode 100644 (file)
index 0000000..9716a1f
--- /dev/null
@@ -0,0 +1,23 @@
+.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