<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>E_Mattsan</author_name>
  <author_url>https://blog.hatena.ne.jp/E_Mattsan/</author_url>
  <blog_title>エンジニアのソフトウェア的愛情</blog_title>
  <blog_url>https://blog.emattsan.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>四元数が扱えるわけでないのだけれど、書いてみた。 意外と簡単だったんだけど、本当にこれでいいのだろうか? module Quaternion where data (RealFloat a) =&gt; Qtn a = Qtn { x::a, y::a, z::a, w::a } deriving Eq instance (RealFloat a) =&gt; Show (Qtn a) where show (Qtn x y z w) = (show x) ++ (sign y) ++ (show y) ++ &quot;i&quot; ++ (sign z) ++ (show z) ++ &quot;j&quot; ++ (sign w) +…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20090215%2F1234708679&quot; title=&quot;四元数 - エンジニアのソフトウェア的愛情&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>2009-02-15 23:37:59</published>
  <title>四元数</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20090215/1234708679</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
