부동소수점,floating_point

Redirected from page "소수점"

부동소수점

삭제무방
{
Ggl:소수점 소숫점 Naver:소수점 소숫점 이 '떠 다니는' 것 같다고 - hence the name.

// from https://youtu.be/c9xPdk2kvG8?t=4918
{
NN:IEEE 754 표준의 field 구성은 다음 순서.
  • 부호 비트 1비트
  • 127로 bias된 지수 8비트
  • 가수,mantissa 23비트

ex.
38.75 (10) 는 다음과 같은 이진수
= 100110.11 (2)
= 1.0011011 × 25 (2)
= 1.0011011 × 2101(2)
}


}


영,zero 부호,sign ... 관련하여
signed_zero =,signed_zero . signed_zero
positive_zero =,positive_zero . positive_zero
negative_zero =,negative_zero . negative_zero




2. wikiadmin

2024-01-22 Page name via vg.
VG:부동소수점,floating_point