<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fortran66</author_name>
  <author_url>https://blog.hatena.ne.jp/fortran66/</author_url>
  <blog_title>fortran66のブログ</blog_title>
  <blog_url>https://fortran66.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>至点 www.youtube.com Euler の γ 収束が遅い（～O(1/n) ） Euler の γ ですが、引くlog(n) を定義からずらして log(n+1/2) にすると 定義より早く O(1/24n2) で収束するのが草。 計算による比較 小さい項からの和 program euler_gamma implicit none integer, parameter :: kd = kind(0.0d0) real(kd) :: s integer :: i, n = 10**7 s = 0.0_kd do i = n, 1, -1 s = s + 1.0_kd / i end d…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffortran66.hatenablog.com%2Fentry%2F2022%2F06%2F22%2F023902&quot; title=&quot;【寝言】夏至 - fortran66のブログ&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>https://m.media-amazon.com/images/I/41mUrsUo3TL._SL500_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-06-22 02:39:02</published>
  <title>【寝言】夏至</title>
  <type>rich</type>
  <url>https://fortran66.hatenablog.com/entry/2022/06/22/023902</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
