<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Ehren</author_name>
  <author_url>https://blog.hatena.ne.jp/Ehren/</author_url>
  <blog_title>Keep on moving</blog_title>
  <blog_url>https://masahito.hatenablog.com/</blog_url>
  <categories>
    <anon>一人勉強会</anon>
    <anon>SICP</anon>
  </categories>
  <description>例題1.1.7 (define (average x y) (exact-&gt;inexact (/ (+ x y) 2))) (define (improve guess x) (average guess (exact-&gt;inexact (/ x guess)))) (define (good-enough? guess x) (&lt; (abs (- (square guess) x)) 0.001)) (define (sqrt-iter guess x) (if (good-enough? guess x) guess (sqrt-iter (improve guess x) x))) (d…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasahito.hatenablog.com%2Fentry%2F20090223%2F1235401478&quot; title=&quot;第一章（2） - Keep on moving&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>2009-02-23 00:04:38</published>
  <title>第一章（2）</title>
  <type>rich</type>
  <url>https://masahito.hatenablog.com/entry/20090223/1235401478</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
