Function Repository Resource:

ArcCotDegree

Source Notebook

Compute the inverse cotangent of a number and return a result in degrees

Contributed by: Paco Jain (Wolfram Research)

ResourceFunction["ArcCotDegree"][x]

computes the inverse cotangent of x in degrees.

Details and Options

Mathematical function, suitable for both symbolic and numerical manipulation.
ResourceFunction["ArcCotDegree"][x] is undefined for x = 0.
For certain special arguments, ResourceFunction["ArcCotDegree"] automatically evaluates to exact values.
ResourceFunction["ArcCotDegree"] can be evaluated to arbitrary numerical precision.
ResourceFunction["ArcCotDegree"] automatically threads over lists.

Examples

Basic Examples (2) 

Compute the inverse cotangent of a number:

In[1]:=
ResourceFunction["ArcCotDegree"][1]
Out[1]=

Plot over a given range of values:

In[2]:=
Plot[ResourceFunction["ArcCotDegree"][x], {x, -5, 5}]
Out[2]=

Scope (2) 

Evaluate numerically:

In[3]:=
ResourceFunction["ArcCotDegree"][43.1]
Out[3]=

Evaluate to high precision:

In[4]:=
N[ResourceFunction["ArcCotDegree"][26], 50]
Out[4]=

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 1.0.0 – 04 December 2018

Related Resources

License Information