diff --git a/intervals/methods.py b/intervals/methods.py index 7f49a83..be44a9c 100644 --- a/intervals/methods.py +++ b/intervals/methods.py @@ -45,7 +45,7 @@ numpy_tan = numpy.tan # numpy_cot = numpy.cotang numpy_pi = numpy.pi -numpy_inf = numpy.Inf +numpy_inf = numpy.inf # Properties or maybe attributes of the interval class. These apply to all interval-like objects.