File:  [Research Unix] / researchv10dc / man / adm / man3 / sin.3
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

.TH SIN 3M
.CT 2 math
.SH NAME
sin, cos, tan, asin, acos, atan, atan2 \(mi trigonometric functions
.SH SYNOPSIS
.nf
.B #include <math.h>
.PP
.B double sin(x)
.B double x;
.PP
.B double cos(x)
.B double x;
.PP
.B double tan(x)
.B double x;
.PP
.B double asin(x)
.B double x;
.PP
.B double acos(x)
.B double x;
.PP
.B double atan(x)
.B double x;
.PP
.B double atan2(y, x)
.B double x, y;
.fi
.SH DESCRIPTION
.I Sin, cos
and
.I tan
return trigonometric functions of radian arguments.
The magnitude of the argument should be checked
by the caller to make sure the result is meaningful.
.PP
.I Asin
returns the arc sin in the range \-\(*p/2 to \(*p/2.
.PP
.I Acos
returns the arc cosine in the range
0 to \(*p.
.PP
.I Atan
returns the arc tangent of
.I x
in the range \-\(*p/2 to \(*p/2.
.PP
.I Atan2
returns the arc tangent of
.I y/x
in the range \-\(*p to \(*p.
.SH DIAGNOSTICS
Arguments of magnitude greater than 1
cause
.I asin
and
.I acos
to return value 0;
.I errno
is set to
.LR EDOM .
The value of
.I tan
at its singular points is a huge number, and
.I errno
is set to
.LR ERANGE .
.SH BUGS
The value of
.I tan
for arguments greater than about 2\u\s-231\s+2\d is garbage.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.