📜  python math inf - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:33.750000             🧑  作者: Mango

代码示例1
# Import math Library
import math
# Print the positive infinity
print (math.inf)
# Print the negative infinity
print (-math.inf)