Skip to content

Commit 8758c2a

Browse files
committed
docs: Update ssafy-cs-study-chapter-2-2.mdx
1 parent 79cfa7d commit 8758c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Ždocs/cs/ssafy-cs-study/ssafy-cs-study-chapter-2-2.mdxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MAC ์ฃผ์†Œ, IPv6 ์ฃผ์†Œ ๋“ฑ
5454
#### ๋ถ€๋™ ์†Œ์ˆ˜์  ์˜ค์ฐจ
5555

5656
๋ถ€๋™ ์†Œ์ˆ˜์ : ์†Œ์ˆ˜์ ์ด ๊ณ ์ •๋˜์ง€ ์•Š์€ ์†Œ์ˆ˜ ํ‘œํ˜„๋ฒ•. ํ•„์š”์— ๋”ฐ๋ผ ์†Œ์ˆ˜์  ์œ„์น˜๋ฅผ ์˜ฎ๊ธธ ์ˆ˜ ์žˆ๋‹ค.<br />
57-
$123.123$์„ $m \times 10^n$ ํ˜•ํƒœ๋กœ ํ‘œํ˜„ํ•˜๋ฉด, $1.23123 \times 10^2$๋„ ๋˜๊ณ  $1231.23 \times 10^-1$๋„ ๋œ๋‹ค.<br />
57+
$123.123$์„ $m \times 10^n$ ํ˜•ํƒœ๋กœ ํ‘œํ˜„ํ•˜๋ฉด, $1.23123 \times 10^2$๋„ ๋˜๊ณ  $1231.23 \times 10^{-1}$๋„ ๋œ๋‹ค.<br />
5858
์—ฌ๊ธฐ์„œ `2`์™€ `-1`์ด ์ง€์ˆ˜(exponent), `1.23123`๊ณผ `1231.23`์ด ๊ฐ€์ˆ˜(mantissa, significand)์ด๋‹ค.
5959

6060
2์ง„์ˆ˜ ์ฒด๊ณ„์—์„  $m \times 2^n$ ํ˜•ํƒœ๋กœ ํ‘œํ˜„ํ•œ๋‹ค.<br />

0 commit comments

Comments
ย (0)