<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tmg1998</author_name>
  <author_url>https://blog.hatena.ne.jp/tmg1998/</author_url>
  <blog_title>TIL</blog_title>
  <blog_url>https://tmg0525.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Lisp</anon>
    <anon>Common Lisp</anon>
  </categories>
  <description>整数と浮動小数点数がある。小数点をつけると浮動小数点数になる。 加算は+ &gt; (+ 1 2) 3 &gt; (+ 1 2.0) 3.0 整数と浮動小数点数を混ぜると浮動小数点数になる 減算は- &gt; (- 3 4) -1 乗算は* &gt; (* 2 3) 6 除算は/ &gt; (/ 3 4) 3/4 どちらも整数だと有理数を返す。すごい数学的だなと思った。有理数は分数で表せる数？ 少数で返してほしいときは、引数のいずれかに小数点をつければいい。 &gt; (/ 3 4.0) 0.75 &gt; (/ 3.0 4) 0.75 あまりはmod &gt; (mod 8 3) 2 参考文献 四則演算 - バリケンのRuby日記 - R…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftmg0525.hatenadiary.jp%2Fentry%2F2018%2F07%2F28%2F160250&quot; title=&quot;四則演算 - Lisp - TIL&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>2018-07-28 16:02:50</published>
  <title>四則演算 - Lisp</title>
  <type>rich</type>
  <url>https://tmg0525.hatenadiary.jp/entry/2018/07/28/160250</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
