9srv Manual Collection/plan9/sin(2) | 9srv Manual Collection/plan9/sin(2) |
---|
double sin(double x)
double cos(double x)
double tan(double x)
double asin(double x)
double acos(double x)
double atan(double x)
double atan2(double y, double x)
Asin returns the arc sine in the range -π/2 to π/2.
Acos returns the arc cosine in the range 0 to π.
Atan returns the arc tangent in the range -π/2 to π/2.
Atan2 returns the arc tangent of y/x in the range -π to π.
9srv Manual Collection/plan9/sin(2) | Rev: Sun Dec 02 23:42:18 GMT 2007 |