TeamDesk is extended to support trigonometic functions:

Acos(n) arccosine, returns the angle, in radians, whose cosine is the specified by n;
Asin(n) arcsine, returns the angle, in radians, whose sine is the specified by n;
Atan(n) arctangent, returns the angle in radians whose tangent is a specified by n;
Atan(x, y) returns the angle, in radians, between the positive x-axis and the ray from the origin to the point specified by x and y;
Cos(n) returns the trigonometric cosine of the angle n, specified in radians;
Cot(n) returns the trigonometric cotangent of the angle n, specified in radians;
Degrees(n) returns the corresponding angle in degrees for an angle n specified in radians;
Radians(n) returns the corresponding angle in radians for an angle n specified in degrees;
Pi() returns the constant value of PI;
Sin(n) returns the trigonometric sine of the angle n, specified in radians;
Tan(n) returns the trigonometric tangent of the angle n, specified in radians;
Author
Date
Share