<?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>Scheme</anon>
  </categories>
  <description>さてと、出かける前にもうちょい。それほど難しくはなかったので6章まで読み進める。 数学ってスゲー難しい言葉がバンバン飛び出してくるので、名前を聞いただけでビビっちゃう。でも、落ち着いて読めば「ナンダそんなことか」って思えることが多くなった。 さて、その一例。 下降階乗冪の定義(nは正の整数) 下降階乗冪なんてムジィ名前が付いてるけど、って、それだけかよ！！階乗のちょっと便利バージョン。とか名前付けとけばいいのに。 ・・・まぁ、Schemeにしてみよう。 (define ((d n) x) (if (zero? n) 1 (* (- x (- n 1)) ((d (- n 1)) x)))) (…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20080418%2F1208512371&quot; title=&quot; 数学ガールを読むぞぉ 8 - 下降階乗冪 - ボクノス&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>2008-04-18 18:52:51</published>
  <title> 数学ガールを読むぞぉ 8 - 下降階乗冪</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20080418/1208512371</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
