summaryrefslogtreecommitdiffhomepage
path: root/services/blog
diff options
context:
space:
mode:
Diffstat (limited to 'services/blog')
-rw-r--r--services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj b/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj
index 170807e0..961cb89d 100644
--- a/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj
+++ b/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj
@@ -2,7 +2,7 @@
[article]
uuid = "39d3d137-f18d-4d88-8ef6-7be9cc2f3f0b"
title = "浮動小数点数の半開区間で単一値を表現する"
-description = "IEEE 754 の nextUp 操作を用いて,浮動小数点数の半開区間で単一値を指定するテクニックを紹介する。"
+description = "IEEE 754 の nextUp 操作を用いて、浮動小数点数の半開区間で単一値を表現するテクニックを紹介する。"
tags = [
"float",
"php",