VOOZH about

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

⇱ Python | sympy.Rational() method - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Python | sympy.Rational() method

Last Updated : 2 Aug, 2019
With the help of sympy.Rational() method, we can find the rational form of any float value that is passed as parameter in sympy.Rational() method.
Syntax : sympy.Rational(val) Return : Return Rational form of float value.
Example #1 : In this example we can see that by using sympy.Rational() method, we are able to find the rational form of any float value that is passed as parameters. Output :
1/5
Example #2 :
Output :
12/100
Comment
Article Tags:
Article Tags: