<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>FromNand</author_name>
  <author_url>https://blog.hatena.ne.jp/FromNand/</author_url>
  <blog_title>FromNandの日記</blog_title>
  <blog_url>https://fromnand.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>floatは符号部1bit,指数部8bit,仮数部23bit doubleは上記の順番に1bit, 11bit, 52bit また、指数部にはバイアスがかかっておりfloatは-127、doubleは-1023 仮数部はアドレスが高位なほうから0.5, 0.25, 0.125....と2のマイナスの乗数で表される IEEEという団体で規格が決定されているみたい。 例) 1.5 の場合 float 0(符号部) 01111111(指数部) 1000000(仮数部) 00000000 00000000 double 0(符号部) 01111111111(指数部) 1000 00000000 000…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffromnand.hatenadiary.jp%2Fentry%2F2019%2F12%2F03%2F175515&quot; title=&quot;【C言語】浮動小数点数の内部表現について - FromNandの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-03 17:55:15</published>
  <title>【C言語】浮動小数点数の内部表現について</title>
  <type>rich</type>
  <url>https://fromnand.hatenadiary.jp/entry/2019/12/03/175515</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
