Wuya Tutorial-JavaScript-ACOT Function

describe

The ACOT function returns the principal value of the arctangent or inverse cotangent of a number in radians between 0 and π.

grammar

ACOT (number)

debate

Argument describe Required/Optional
Number Number is the cotangent of the angle you want. This must be a real number. Required

Notes

  • To convert the output from radians to degrees,

    • Use the DEGREES function (= DEGREES(radians))

    • Or multiply by 180/PI()

  • If Number is a non-numeric value, ACOT returns a #VALUE! error.

applicability

Excel 2013,Excel 2016

Example

ACOT FUNCTION

ACOT function in JavaScript - Wuya Tutorial Network Wuya Tutorial Network provides a description. The ACOT function returns the principal value of the arctangent or arccotangent of a number in radians (in radians) between 0 and π. Grammar AC... https://www.learnfk.com/javascript/advanced-excel-math-trignometric-acot-function.html

Guess you like

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