Wuya Tutorial-JavaScript-ACOTH Function

describe

The ACOTH function returns the inverse hyperbolic cotangent of a number.

grammar

ACOTH (number)

debate

Argument describe Required/Optional
Number The absolute value of Number must be greater than 1. i.e., Number must be must be less than -1 or greater than +1. Required

Notes

  • The equation used to calculate the hyperbolic inverse cotangent is -

    $$a\coth\left(x\right)=\frac {1} {2} Ln\frac {\left(x + 1\right)} {\left(x-1\right)} $$

  • Hyperbolic inverse tangents are analogs of ordinary (circular) inverse tangents.

  • If Number is less than 1, ACOTH returns #NUM! error value.

  • If the absolute value of Number is less than 1, ACOT returns the #VALUE! error value.

applicability

Excel 2013,Excel 2016

Example

ACOTH Function

ACOTH function in JavaScript - Wuya Tutorial Network Wuya Tutorial Network provides a description of the inverse hyperbolic cotangent of the number returned by the ACOTH function. Syntax ACOTH (number) Argument Argument Description Requi... https://www.learnfk.com/javascript/advanced-excel-math-trignometric-acoth-function.html

Guess you like

Origin blog.csdn.net/w116858389/article/details/132918120