<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekoyukimmm</author_name>
  <author_url>https://blog.hatena.ne.jp/nekoyukimmm/</author_url>
  <blog_title>ねこゆきのメモ</blog_title>
  <blog_url>https://nekoyukimmm.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>numpy</anon>
  </categories>
  <description>知ってましたか？ pythonで無限大は、np.infか、float('inf')で表現するらしいっす。 In [1]: float('inf') Out[1]: inf In [2]: float('inf') == 0 Out[2]: False In [3]: float('inf') &lt; 1 Out[3]: False In [4]: float('inf') &gt; 1 Out[4]: True In [5]: import numpy as np In [6]: np.inf Out[6]: inf In [7]: float('inf') == np.inf Out[7]: True…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekoyukimmm.hatenablog.com%2Fentry%2F2017%2F02%2F09%2F145856&quot; title=&quot;&amp;lt;Python, numpy&amp;gt; 無限大 - ねこゆきのメモ&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>2017-02-09 14:58:56</published>
  <title>&lt;Python, numpy&gt; 無限大</title>
  <type>rich</type>
  <url>https://nekoyukimmm.hatenablog.com/entry/2017/02/09/145856</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
