summaryrefslogtreecommitdiffhomepage
path: root/services/blog/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-31 22:10:35 +0900
committernsfisis <nsfisis@gmail.com>2025-10-31 22:10:35 +0900
commitc42df43640b7d2354b3e0b8afc3bffc3d47d3214 (patch)
tree7e467f7a84fdfad24ab588da090168f19cc24ca1 /services/blog/public/posts/index.html
parent84ea9620eb4c3352fa03b2e8ea5a81aad583790a (diff)
downloadnsfisis.dev-c42df43640b7d2354b3e0b8afc3bffc3d47d3214.tar.gz
nsfisis.dev-c42df43640b7d2354b3e0b8afc3bffc3d47d3214.tar.zst
nsfisis.dev-c42df43640b7d2354b3e0b8afc3bffc3d47d3214.zip
feat(blog/content): new blog /posts/2025-10-31/representing-single-value-with-half-open-float-interval/
Diffstat (limited to 'services/blog/public/posts/index.html')
-rw-r--r--services/blog/public/posts/index.html52
1 files changed, 23 insertions, 29 deletions
diff --git a/services/blog/public/posts/index.html b/services/blog/public/posts/index.html
index c7e0a5be..788129dc 100644
--- a/services/blog/public/posts/index.html
+++ b/services/blog/public/posts/index.html
@@ -63,6 +63,29 @@
</div>
</nav>
<article class="post-entry">
+ <a href="/posts/2025-10-31/representing-single-value-with-half-open-float-interval/">
+ <header class="entry-header">
+ <h2>浮動小数点数の半開区間で単一値を表現する</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ IEEE 754 の nextUp 操作を用いて,浮動小数点数の半開区間で単一値を指定するテクニックを紹介する。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2025-10-31">2025-10-31</time> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ 浮動小数点数
+ </li>
+ <li class="tag">
+ PHP
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2025-07-15/partial-surrender-to-ebooks/">
<header class="entry-header">
<h2>電子書籍への部分的降伏</h2>
@@ -258,35 +281,6 @@
</footer>
</a>
</article>
- <article class="post-entry">
- <a href="/posts/2025-01-08/phperkaigi-2023-tokens-q1/">
- <header class="entry-header">
- <h2>PHPerKaigi 2023 トークン問題解説 (1/5)</h2>
- </header>
- <section class="entry-content">
- <p>
- PHPerKaigi 2023 でデジタルサーカス株式会社から出題した問題を解説する。全5問中の第1問。
- </p>
- </section>
- <footer class="entry-footer">
- <time datetime="2025-01-08">2025-01-08</time> 投稿、<time datetime="2025-01-11">2025-01-11</time> 更新
- <ul class="entry-tags">
- <li class="tag">
- カンファレンス
- </li>
- <li class="tag">
- PHP
- </li>
- <li class="tag">
- PHPerKaigi
- </li>
- <li class="tag">
- Piet
- </li>
- </ul>
- </footer>
- </a>
- </article>
<nav class="pagination">
<div class="pagination-prev">
</div>