3.5.1.2 Trigonometric/Hyperbolic

Name Brief Example
Acos Returns the inverse of the corresponding trigonometric function.
Acot Returns the inverse of the corresponding trigonometric function.
Acoth Returns the inverse of the corresponding hyperbolic cotangent.
Acsc Returns the inverse of the corresponding trigonometric function.
Acsch Return the inverse hyperbolic cosecant. Example
Angle Returns the angle in radians measured between the positive X axis and the line joining the origin (0,0) with the point given by (x, y).
Angleint1 returns angle with one line which through two points(x1, y1) and (x2, y2) with X axis. Returns degrees if unit=1 or radians if unit=0, default is radians.
Angleint2 returns angle with two lines. Returns degrees if unit=1 or radians if unit=0, default is radians.
Asec Returns the inverse of the corresponding trigonometric function.
Asech Returns the inverse of the hyperbolic secant. Example
Asin Returns the inverse of the corresponding trigonometric function.
Atan Returns the inverse of the corresponding trigonometric function.
Atan2 Returns the angle in radians measured between the positive X axis and the line joining the origin (0,0) with the point given by (x, y). Example
Asinh Returns the inverse hyperbolic sine. Example
Acosh Returns the inverse hyperbolic cosin. Example
Atanh Return the inverse hyperbolic tangent. Example
Cos Return value of cosine for each value of the given x.
Cosh Returns the hyperbolic form of cos(x) .
Cot Return value of cotangent for each value of the given x.
Coth Returns the hyperbolic cotangent.
Csc Return value of cosecant of given x.
Csch Returns the hyperbolic cosecant of given x.
Degrees Converts the radians into degrees. Example
Movavg Return the adjacent average in a specific range of certain cell.
Radians converts degrees into radians.
Secant Return value of secant for each value of the given x.
Sech Return the hyperbolic secant.
Sin Return value of sine for each value of the given x.
Sinh Return the hyperbolic form of sin(x).
Tan Returns value of tangent for each value of the given x.
Tanh Return the hyperbolic form of and tan(x).