Infinity

CODEDRAGON Development/Python

반응형


 

 

Infinity

·       NumPy에서는 무한대를 표현하기 위한 np.inf(infinity)함수를 제공합니다.

·       1 0으로 나누려고 하거나 0에 대한 로그 값을 계산하는 경우 무한대인 np.inf이 됩니다.

 

 

 

 

반응형

'Development > Python' 카테고리의 다른 글

벡터 연산(Vectorized Computation)  (0) 2020.01.03
imageio 패키지 - install  (0) 2020.01.02
shutil 모듈 (Shell Utils)  (0) 2019.12.30
zip()  (0) 2019.12.29
with ~ as 구문  (0) 2019.12.28