<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hogem</author_name>
  <author_url>https://blog.hatena.ne.jp/hogem/</author_url>
  <blog_title>うまいぼうぶろぐ</blog_title>
  <blog_url>https://hogem.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>use bigintしてるのに有効数字が小さいから、なんで？と思って調べた。範囲演算子が文字列を返してるからなのかな。 範囲演算子 use bigint; for my $n (16..20) { print $n ** $n, &quot;\n&quot;; } 実行結果 1.84467440737096e+19 8.27240261886337e+20 3.93464080752965e+22 1.97841965566031e+24 1.048576e+26 数値のリスト use bigint; for my $n (16,17,18,19.20) { print $n ** $n, &quot;\n&quot;; } 実行結…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhogem.hatenablog.com%2Fentry%2F20080530%2F1212153971&quot; title=&quot;範囲演算子って数値で範囲指定したとしても文字列リストが返るのか？ - うまいぼうぶろぐ&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-05-30 22:26:11</published>
  <title>範囲演算子って数値で範囲指定したとしても文字列リストが返るのか？</title>
  <type>rich</type>
  <url>https://hogem.hatenablog.com/entry/20080530/1212153971</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
