# complex
총 2개의 포스트
02. Python Basics - Numeric Type(숫자형)(int, float, complex)
Float, or "floating point number" is a number, positive or negative, containing one or more decimals.Complex numbers are written with a "j" as the ima
2022년 4월 4일
·
0개의 댓글
Python3 Modules for number
모듈(Module)은 하나의 파이썬 파일(.py)로 코드를 논리적으로 묶어서 관리하고 사용할 수 있도록 해주는 것이다. 이번 포스팅에서는 이전에 float type의 수는 소숫 점 밑 정확도에 신뢰도가 높지 않기 때문에 이와 관련된 높은 정확도를 요구하는 계산이나 te
2021년 7월 19일
·
0개의 댓글