import sys sys.float_info.max # depend your machine and python implement. ... import numpy as np float('inf') == np.inf # => True ...
確定! 回上一頁