ACOT

ACOT(number)

Returns the angle in radians for a given cotangent ratio.

numberThe cotangent ratio.

REMARKS
* For an illustrated example refer to the Trigonometric Functions page.
* The angle returned is in radians between 0 and PI.
* If "number" is not numeric, then #VALUE is returned.
* To convert a number from degrees to radians, multiply it by PI/180
* To convert a number from radians to degrees, multiply it by 180/PI.
* You can use the COT function to return the cotangent ratio of an angle.
* You can use the ACOS function to return the angle in radians for a given cosine ratio.
* You can use the ASIN function to return the angle in radians for a given sine ratio.
* You can use the ATAN function to return the angle in radians for a given tangent ratio.
* You can use the RADIANS function to convert from degrees to radians.
* You can use the DEGREES function to convert from radians to degrees.
* You can use the TAN function to return the tangent ratio of an angle.
* You can use the ATAN2 function to return the arc-tangent of the given x and y co-ordinates.
* You can use the IMCOS function to return the cosine ratio of a complex number.
* This function was added in Excel 2013.
* For the Microsoft documentation refer to support.microsoft.com

 A
1=ACOT(-1) = 2.36
2=ACOT(-0.5) = 2.03
3=ACOT(0) = 1.57
4=ACOT(0.5) = 1.11
5=ACOT(1) = 0.79
6=DEGREES(ACOT(1)) = 45
7=ACOT(1)*180/PI() = 45
8=ACOT(500) = 0.0019999973
9=ACOT(COT(1)) = 1
10=ACOT("text") = #VALUE!

1 - What is the angle in radians for an arc-cotangent ratio of 0.5.
2 - What is the angle in radians for an arc-cotangent ratio of
3 - What is the angle in radians for an arc-cotangent ratio of
4 - What is the angle in radians for an arc-cotangent ratio of
5 - What is the angle in radians for an arc-cotangent ratio of
6 - How many degrees is the arc-cotangent of 0.5 radians.
7 - How many degrees is the arc-cotangent of 0.5 radians.
8 - How many degrees is the arc-cotangent of 0.5 radians.
9 - How many degrees is the arc-cotangent of 0.5 radians.
10 - When number is not numeric.

© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top