Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python infinite value

test = float("inf")

In Python 3.5, you can do:

import math
test = math.inf
 
PREVIOUS NEXT
Tagged: #python #infinite
ADD COMMENT
Topic
Name
2+9 =