<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hayamiz</author_name>
  <author_url>https://blog.hatena.ne.jp/hayamiz/</author_url>
  <blog_title>日記を書く [・w・] はやみずさん</blog_title>
  <blog_url>https://hayamiz.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>shiroさんから鋭いツッコミが入った。 shiro『log10の実装は計算を浮動小数点数で行うものが多いと思われるので、nが10^18近辺を越えたあたりから誤差が入る可能性があります。 gosh&gt; (define (log10 x) (/ (log x) (log 10))) log10 gosh&gt; (log10 (expt 10 17)) 17.0 gosh&gt; (log10 (expt 10 18)) 17.999999999999996 従って、大学3年生によるコード: (define (digits n) (cond ((= n 0) 0) ((&lt; n 10) 1) (else (+ …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhayamiz.hatenadiary.org%2Fentry%2F20070720%2F1184917353&quot; title=&quot; 自然数の桁数つづき - 日記を書く [・w・] はやみずさん&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-07-20 16:42:33</published>
  <title> 自然数の桁数つづき</title>
  <type>rich</type>
  <url>https://hayamiz.hatenadiary.org/entry/20070720/1184917353</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
