VOOZH about

URL: https://www.geeksforgeeks.org/python/python-sympy-asin-method/

⇱ Python | sympy.asin() method - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Python | sympy.asin() method

Last Updated : 25 Jun, 2019
With the help of sympy.asin(x) method, we are able to find the inverse of sine theta.
Syntax : sympy.asin(x) Return : Return the value of inverse sine theta.
Example #1 : In the given example, we can see that by using sympy.asin(x) method, we can find the inverse of a sine theta. Output :
pi/2
Example #2 :
Output :
0.523598775598299
Comment
Article Tags:
Article Tags: