<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fortran66</author_name>
  <author_url>https://blog.hatena.ne.jp/fortran66/</author_url>
  <blog_title>fortran66のブログ</blog_title>
  <blog_url>https://fortran66.hatenablog.com/</blog_url>
  <categories>
    <anon>Fortran90</anon>
  </categories>
  <description>二進法表示で小数点以下 n+1 桁目から始まる LOG(2) のビット列表示です。計算する式 ここで {} は、小数部を意味します。 ソース・プログラム 整数に変換することでビット列の表示をするように直しました。 PROGRAM test ! LOG(2) IMPLICIT NONE INTEGER :: i, k, n REAL(8) :: x, y, v, w DO n = 0, 1000 ! 1st term x = 0.0d0 DO k = 1, n v = 1.0d0 w = 2.0d0 DO i = 1, 31 IF ( IBITS(n - k, i - 1, 1) == 1 ) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffortran66.hatenablog.com%2Fentry%2F20100914%2F1284396710&quot; title=&quot; LOG(2) のバイナリー表示　昨日の続き - fortran66のブログ&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>http://cdn-ak.f.st-hatena.com/images/fotolife/f/fortran66/20100914/20100914014944.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-09-14 01:51:50</published>
  <title> LOG(2) のバイナリー表示　昨日の続き</title>
  <type>rich</type>
  <url>https://fortran66.hatenablog.com/entry/20100914/1284396710</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
