<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>抽象データの多重表現に入ります。しばらく淡々と説明が続く。テーマが「複素数」というのが泣ける。相当苦しい章になりそうだ。 複素数の表現 ずっと前にやった有理数(分数)表現と同じような感じ。 しかし、今回は事情が違う。直行座標形式と、極座標形式という、複素数表現の実装方法を2種類持ってる事。 激しく困る問題は、どちらのデータ型も複素数を表現していて、複素数パッケージを2種類使いたいという悩みだ。 Cで表すと、こんな状態。 struct complex { double real; double imag; }; struct complex { double magnitude; double …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20071223%2F1198338480&quot; title=&quot; SICPを読む(82) 2.4 抽象データの多重表現 - ボクノス&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>2007-12-23 00:48:00</published>
  <title> SICPを読む(82) 2.4 抽象データの多重表現</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20071223/1198338480</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
