공부
[Python] max float
승가비
2021. 3. 14. 04:45
728x90
sys.float_info.max
1.7976931348623157e+308
stackoverflow.com/questions/3477283/what-is-the-maximum-float-in-python
What is the maximum float in Python?
I think the maximum integer in python is available by calling sys.maxint. What is the maximum float or long in Python?
stackoverflow.com
728x90