티스토리 뷰

공부

[Python] inf 무한대

승가비 2020. 11. 7. 15:40
728x90
maximum = float('inf')
minimum = float('-inf')

print(maximum, minimum)

http://blog.daum.net/sualchi/13720745

 

파이썬, float 무한대 표기와 int 형 최대 최소 값

///////////////////////////////////////////////////////////////////// 강남 대치동 코딩 학원 안내 "정보 코딩의 시작과 피지컬 융합교육" 상담문의: 010-4440-0813 창의발명코딩학원(대치점):코딩/피지컬/..

blog.daum.net

https://leetcode.com/problems/coin-change/

 

Coin Change - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

 

728x90

'공부' 카테고리의 다른 글

[MySQL] auto restart by crontab  (0) 2020.11.07
[Python] init array  (0) 2020.11.07
[DP] 동전문제  (0) 2020.11.07
[Spark] Total size of serialized results of 16 tasks bigger than spark.driver.maxResultSize  (0) 2020.11.07
[MySQL] count connection  (0) 2020.11.07
댓글