<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aomori-ringo2</author_name>
  <author_url>https://blog.hatena.ne.jp/aomori-ringo2/</author_url>
  <blog_title>math, programming, and little something to laugh</blog_title>
  <blog_url>https://aomori-ringo2.hatenadiary.org/</blog_url>
  <categories>
    <anon>ActionScript3.0</anon>
  </categories>
  <description>いや、そんな立派なものではないです。 とある問題で200の階乗を計算しろというものがあり、Number型の精度を飛び出してしまうということで、作ってみたのが以下。 package { import flash.display.Sprite; public class apre extends Sprite { public function apre() { var a:int2 = new int2(&quot;1&quot;); for(var i:int=2 ; i&lt;=200 ; i++) a.mul(i); trace(a.getnum()); } } } class int2{ private var …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faomori-ringo2.hatenadiary.org%2Fentry%2F20100517%2F1274073626&quot; title=&quot; 整数多倍長演算クラスを作ってみる - math, programming, and little something to laugh&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>2010-05-17 14:20:26</published>
  <title> 整数多倍長演算クラスを作ってみる</title>
  <type>rich</type>
  <url>https://aomori-ringo2.hatenadiary.org/entry/20100517/1274073626</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
