Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion intervals/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down