<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mocomei</author_name>
  <author_url>https://blog.hatena.ne.jp/mocomei/</author_url>
  <blog_title>365日コーディングブログ</blog_title>
  <blog_url>https://mocomei.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>お題 高階関数を使う プログラム概要 円錐の体積を求め、体積をもとにサイズを分類し サイズごとに合格/不合格を表示する ソース // 円錐の体積を求める関数 function calcCone(radius, height) { // 底面の面積 var dimension = Math.pow(radius, 2) * Math.PI; // 体積 = 1/3 * 底面積 * 高さ return dimension * height / 3; } // 体積によりサイズを分離する関数1 function getSize(dimension) { if (dimension &gt;= 100) {…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmocomei.hatenablog.com%2Fentry%2F2014%2F01%2F22%2F234147&quot; title=&quot;20140122【JS】高階関数を使う - 365日コーディングブログ&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>http://cdn-ak.f.st-hatena.com/images/fotolife/m/mocomei/20140122/20140122234026.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-01-22 23:41:47</published>
  <title>20140122【JS】高階関数を使う</title>
  <type>rich</type>
  <url>https://mocomei.hatenablog.com/entry/2014/01/22/234147</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
