标签:
numpy中的inf表示一个无限大的正数
import numpy x = numpy.inf x>9999999999999999999
结果为:
True
numpy中的inf
原文地址:http://www.cnblogs.com/anyview/p/5602588.html