Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the inverse cosine of a number and return a result in degrees
| ResourceFunction["ArcCosDegree"][x] computes the inverse cosine of x in degrees. | 
Compute the inverse cosine of a number:
| In[1]:= | ![ResourceFunction["ArcCosDegree"][1]](https://www.wolframcloud.com/obj/resourcesystem/images/b6e/b6e5212f-df4f-4a09-9787-4890740e324e/24f4c5c40b6006d8.png) | 
| Out[1]= |  | 
Plot over a given range of values:
| In[2]:= | ![Plot[ResourceFunction["ArcCosDegree"][x], {x, -2, 2}]](https://www.wolframcloud.com/obj/resourcesystem/images/b6e/b6e5212f-df4f-4a09-9787-4890740e324e/4a2bd5c8e9e13e99.png) | 
| Out[2]= |  | 
Evaluate numerically:
| In[3]:= | ![ResourceFunction["ArcCosDegree"][0.63]](https://www.wolframcloud.com/obj/resourcesystem/images/b6e/b6e5212f-df4f-4a09-9787-4890740e324e/1723006fde4003fd.png) | 
| Out[3]= |  | 
Evaluate to high precision:
| In[4]:= | ![N[ResourceFunction["ArcCosDegree"][-2/10], 50]](https://www.wolframcloud.com/obj/resourcesystem/images/b6e/b6e5212f-df4f-4a09-9787-4890740e324e/6ce92b0622d14a5d.png) | 
| Out[4]= |  | 
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License