Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the inverse sine of a number and return a result in degrees
| ResourceFunction["ArcSinDegree"][x] computes the inverse sine of x in degrees. | 
Compute the inverse sine of a number:
| In[1]:= | ![ResourceFunction["ArcSinDegree"][1]](https://www.wolframcloud.com/obj/resourcesystem/images/e89/e895632f-9a91-4781-b331-8f53f62aebae/3a683cc3a46fe904.png) | 
| Out[1]= |  | 
Plot over a given range of values:
| In[2]:= | ![Plot[ResourceFunction["ArcSinDegree"][x], {x, -2, 2}]](https://www.wolframcloud.com/obj/resourcesystem/images/e89/e895632f-9a91-4781-b331-8f53f62aebae/4883aa72999a74e5.png) | 
| Out[2]= |  | 
Evaluate numerically:
| In[3]:= | ![ResourceFunction["ArcSinDegree"][0.56]](https://www.wolframcloud.com/obj/resourcesystem/images/e89/e895632f-9a91-4781-b331-8f53f62aebae/13d48a8a21b44210.png) | 
| Out[3]= |  | 
Evaluate to high precision:
| In[4]:= | ![N[ResourceFunction["ArcSinDegree"][-2/10], 50]](https://www.wolframcloud.com/obj/resourcesystem/images/e89/e895632f-9a91-4781-b331-8f53f62aebae/233ee264da4a902e.png) | 
| Out[4]= |  | 
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License