<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moremagic</author_name>
  <author_url>https://blog.hatena.ne.jp/moremagic/</author_url>
  <blog_title>moremagic’s diary</blog_title>
  <blog_url>https://moremagic.hateblo.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>(define (cube x) (* x x x )) (define (p x) (- (* 3 x) (* 4 (cube x)))) (define (sine angle) (if (not (&gt; (abs angle) 0.1)) angle (p (sine (/ angle 3.0))))) (require (lib &quot;trace.ss&quot;)) (trace p) (sine 12.15) 実行結果 Welcome to DrScheme, version 4.2.5 [3m]. Language: CustomSwindle; memory limit: 512 MB. &gt;(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoremagic.hateblo.jp%2Fentry%2F20130528%2F1369747995&quot; title=&quot;問題1.15 をトレースしてみる - moremagic’s diary&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>2013-05-28 22:33:15</published>
  <title>問題1.15 をトレースしてみる</title>
  <type>rich</type>
  <url>https://moremagic.hateblo.jp/entry/20130528/1369747995</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
