<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inamori</author_name>
  <author_url>https://blog.hatena.ne.jp/inamori/</author_url>
  <blog_title>inamori’s diary</blog_title>
  <blog_url>https://inamori.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>具体的な問題に入っていこう。 copy var p = new poly([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]); for(var i = 0; i var r = p.copy();を速くすることを考えよう。 ここで、polyの係数はfractionでなく値とする。 copyは、 function poly() { var args = poly.arguments; if(args.length == 0) this.a = [ 0 ]; else { this.a = [ ]; for(var i = 0; i var b = args[i]; if(type…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20061030%2Fp1&quot; title=&quot;JScript高速化（3） - inamori’s diary&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>2006-10-30 00:00:00</published>
  <title>JScript高速化（3）</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20061030/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
