The ATAN function returns the arctangent, or inverse tangent, of a number. The returned angle is given in radians in the range -pi/2 to pi/2. Formula: =ATAN(number) Explanations: Number …
The ASINH function returns the inverse hyperbolic sine of a number. Formula: =ASINH(number) Explanations: The number is required, which is any real number. Example 1: When the number is …
The ASIN function is one of the Trigonometry functions and it returns the arcsine, or inverse sine, of a number. The returned angle is given in radians in the …
The ACOTH function returns the inverse hyperbolic cotangent of a number. Formula: =ACOTH(number) Explanations: The number is required, the number with an absolute value greater than 1. Cautions: – …
ACOT function returns the principal value of the arccotangent, or inverse cotangent, of a number. Formula: =ACOT(number) Explanations: Number is required, the cotangent of the angle. Cautions: – The …
The ACOSH function returns the inverse hyperbolic cosine of a number, where the number must be greater than or equal to 1. Formula: =ACOSH(number) Explanations: Number is required, any …