python math ํจ์
python round ๋ฐ์ฌ๋ฆผ ํจ์ / trunc ๋ฒ๋ฆผ ํจ์ / cell ํฐ ์ ์ ์ฐพ๊ธฐ ํจ์/ floor ์์ ์ ์ ์ฐพ๊ธฐ ํจ์
python round round() python math library math.trunc() math.ceil() math.floor() ํ์ด์ ์์ ๋ฐ์ฌ๋ฆผํ๋ ๋ฐฉ๋ฒ์ผ๋ก round() ํจ์๋ฅผ ์ฌ์ฉ ๊ทธ๋ฆฌ๊ณ ํน์ ์์์ ์ดํ ์๋ฆฌ ์๋ฅผ ์ง์ ํ๋ ๋ฐฉ๋ฒ์ ๋ค์ ์ซ์๋ฅผ ์ ๋๋ค math ๋ผ์ด๋ธ๋ฌ๋ฆฌ์์ trunc, ceil, floor ํจ์๋ฅผ ์ฌ์ฉํ๋ ๋ฐฉ๋ฒ python math library