Friday, October 24, 2025
HomeLanguagesPython | sympy.Interval().inf attribute

Python | sympy.Interval().inf attribute

With the help of sympy.Interval().inf attribute, we can get the infimum value of the interval by using sympy.Interval().inf attribute.

Syntax : sympy.Interval().inf

Return : Return the infimum value of the interval.

Example #1 :
In this example we can see that by using sympy.Interval().inf attribute, we are able to get the infimum values of the interval.




# import sympy, Interval
from sympy import Interval
  
# Using sympy.Interval().inf attribute
gfg = Interval(5, 10).inf
  
print(gfg)


Output :

5

Example #2 :




# import sympy, Interval
from sympy import Interval
  
# Using sympy.Interval().inf method
gfg = Interval(-3, 1).inf
  
print(gfg)


Output :

-3

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32361 POSTS0 COMMENTS
Milvus
88 POSTS0 COMMENTS
Nango Kala
6728 POSTS0 COMMENTS
Nicole Veronica
11892 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11954 POSTS0 COMMENTS
Shaida Kate Naidoo
6852 POSTS0 COMMENTS
Ted Musemwa
7113 POSTS0 COMMENTS
Thapelo Manthata
6805 POSTS0 COMMENTS
Umr Jansen
6801 POSTS0 COMMENTS